Cat
|
Functions | |
def | reset_file (size, max_size, reason) |
def | safe_getsize (hist_file) |
def | main (argv=None) |
Variables | |
hist_file = os.path.expandvars("$CATPATH/.cathistory") | |
int | max_size_bytes = 10000 |
int | max_size_lines = 100 |
int | lines = 0 |
def | size = safe_getsize(hist_file) |
f = open(hist_file,'a') | |
CAT : package for electronics and data processing
def cat.main | ( | argv = None | ) |
Definition at line 67 of file cat.py.
References gui.main().
def cat.reset_file | ( | size, | |
max_size, | |||
reason | |||
) |
cat.f = open(hist_file,'a') |
Definition at line 54 of file cat.py.
Referenced by MSOxxxx.ftos(), and var.var().
def cat.size = safe_getsize(hist_file) |
Definition at line 38 of file cat.py.
Referenced by checkCmd(), Server_NI6008.cmd(), IOdata.defDataU16(), IOdata.defDataU32(), IOdata.defDataU8(), Server_NI6008.setCallSize(), RegisterTest.setParam(), UsbFTInterfaceTest.setParam(), and stoi().