philh_myftp_biz.functools.paths

Module Contents

Functions

cpath

Class Path

spath

Stack Path Ex: spaths() -> [‘test.py:14’, …]

API

philh_myftp_biz.functools.paths.cpath(obj) str

Class Path

Ex: cpath(print) -> ‘__builtins__.print’

philh_myftp_biz.functools.paths.spath(x: int = 0, y: int = -1) list[str]

Stack Path Ex: spaths() -> [‘test.py:14’, …]