philh_myftp_biz.functools

Subpackages

Submodules

Package Contents

Functions

is_iterable

*Ignores strings

single_use

Ignore all but first executions

loc

Get the hexadecimal location of an instance in memory

retryfunc

singleton

remport

Remotely Import Python File

return_type

API

philh_myftp_biz.functools.is_iterable(obj) bool

*Ignores strings

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

philh_myftp_biz.functools.return_type(func: Callable[..., philh_myftp_biz.functools.return_type.T]) None | type[philh_myftp_biz.functools.return_type.T]