| Trees | Indices | Help |
|
|---|
|
|
Global configuration variables.
|
|||
|
lock_list Class target for easy multithreading access to variables (in list). |
|||
|
|||
arguments = NoneArguments == sys.argv |
|||
z_epdl = None
|
|||
z_epde = None
|
|||
z_epse = None
|
|||
Z_INEP = None
|
|||
z_outep = None
|
|||
Z_APP = NoneApplication. |
|||
Z_GUI = NoneGUI top frame. |
|||
ISGUI = FalseTrue if GUI used. |
|||
PYBAG_COLORIZE = TrueColorize console output (default True). |
|||
PYBAG_DEBUG = FalseDebug mode. |
|||
PYBAG_LOG = TrueLogging mode. |
|||
PYBAG_EMUL = TrueEmulation mode. |
|||
TSBAG = 0Timeshift for bag. |
|||
TSORIG = 0Timeshift for origin. |
|||
TSDIR = 0Timeshift direction |
|||
VERBOSE = 3Verbosity level. |
|||
BACKUPMODE = FalseBackup mode in synchronization, normal. |
|||
TIMEFORMAT =
|
|||
IMGINDEX = Image list index for GUI |
|||
WRITECOLSATEXIT = FalseIf true - write gui columns at exit in config. |
|||
SHOWTIPS = 0If true then show tips at start up. |
|||
TIPSNUMBER = 0Next tips index for show. |
|||
Z_LISTKS = Temporary keys when update list filter. |
|||
IsDBReaded = FalseFlag marked if DB readed. |
|||
IsDBCompared = FalseFlag marked if DB compared. |
|||
IsDBSynced = FalseFlag marked if DB synchronized. |
|||
Z_COLUMN_CHOISE_DEFAULT = Columns in default order for GUI list. |
|||
Z_COLUMN_CHOISE = Columns. |
|||
MDDELTA = Modify time available difference for equality. |
|||
REPORTFORMAT = Report format, short by default. |
|||
REPORTPATT = Report wilds or RegExp filter for paths. |
|||
REPORTPATTCMP = NoneCompiled report pattern. |
|||
REPORTTYPE = Report type, all by default. |
|||
REPORTPAGE = Report page size in items, unlimit by default. |
|||
REPORTFILTER = Report filter settings. |
|||
REPORTSHOW = True
|
|||
SYMLINKEMUL = TrueIf True then used symlink emulation if no native support. |
|||
OSSEP = Os path separator. |
|||
OSASEP = Alternative os path separator. |
|||
OSWIN = True
|
|||
fstream = NoneOutput log stream. |
|||
Z_CP = NoneConfigParser instance. |
|||
Z_DB = Database. |
|||
Z_KS = List of sorted in ascending order Z_DB keys. |
|||
z_re_rootsec = re.compile(r'RegExp for root options names. |
|||
LOCK = lock_list(LI_LENGTH)Initialize LOCK instance. |
|||
__package__ = None
|
|||
Imports: os, platform, re, threading, TSDIRNONE, MDDELTA_DEFAULT, REPORTFORMAT_DEFAULT, REPORTPATT_DEFAULT, REPORTTYPE_DEFAULT, REPORTPAGE_DEFAULT, REPORTFILTER_DEFAULT, LI_LENGTH, LI_CANCEL, LI_PERCENT, LI_PERCENT100, LI_PERCENTGLOBAL, LI_PERCENTPART, LI_DESC, LI_FUN2, LI_UPDATEFILTER, LI_FILTERRUNNING, LI_THREAD
|
|||
PYBAG_DEBUGDebug mode. If True (default False) then out all debug messages. Prepend to message "-->" string.
|
PYBAG_LOGLogging mode. If True (by default) then out all log messages. Prepend to message "#" string.
|
PYBAG_EMULEmulation mode. If True (by default) then do not real changes (emulation mode).
|
Z_COLUMN_CHOISE_DEFAULTColumns in default order for GUI list.
|
MDDELTAModify time available difference for equality. Default is 5.0 second.
|
SYMLINKEMULIf True then used symlink emulation if no native support. Used as default parameter in symlink functions (cli.symlink, cli.readlink, cli.symlinktest).
|
LOCKInitialize LOCK instance. It used in multithreading
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Sep 13 23:40:40 2019 | http://epydoc.sourceforge.net |