philh_myftp_biz.functools¶
Subpackages¶
Submodules¶
Package Contents¶
Functions¶
*Ignores strings |
|
Ignore all but first executions |
|
Get the hexadecimal location of an instance in memory |
|
Remotely Import Python File |
|
API¶
- philh_myftp_biz.functools.single_use(f)¶
Ignore all but first executions
- philh_myftp_biz.functools.loc(obj: Any) str¶
Get the hexadecimal location of an instance in memory
- philh_myftp_biz.functools.retryfunc(tries: int = 3, interval: int = 0, exc: Exception = Exception)¶
- philh_myftp_biz.functools.singleton(cls: type[philh_myftp_biz.functools.singleton.T] | Callable[..., philh_myftp_biz.functools.singleton.T]) philh_myftp_biz.functools.singleton.T¶
- philh_myftp_biz.functools.remport(file: philh_myftp_biz.pc.Path, type: philh_myftp_biz.functools.remport.type[philh_myftp_biz.functools.remport.T] = Any) philh_myftp_biz.functools.remport.T¶
Remotely Import Python File