philh_myftp_biz._log

Module Contents

Classes

Formatter

MutInt

VERBOSE

API

class philh_myftp_biz._log.Formatter

Initialization

format(arg0: object) str
class philh_myftp_biz._log.MutInt(arg0: SupportsInt | SupportsIndex)

Initialization

value: int = None
__add__(arg0: SupportsInt | SupportsIndex) philh_myftp_biz._log.MutInt
__bool__() bool
__iadd__(arg0: SupportsInt | SupportsIndex) philh_myftp_biz._log.MutInt
__index__() int
__int__() int
__isub__(arg0: SupportsInt | SupportsIndex) philh_myftp_biz._log.MutInt
__sub__(arg0: SupportsInt | SupportsIndex) philh_myftp_biz._log.MutInt
class philh_myftp_biz._log.VERBOSE(parsed_lvalue: SupportsInt | SupportsIndex)

Bases: philh_myftp_biz._log.MutInt

Initialization

lvalue: int = None
disable() None
enable() None
pause() None
resume() None