Classes | |
class | GenObject |
Functions | |
def | setQuietWarn |
def | warn |
Variables | |
tuple | filenameRE = re.compile(r'.+/Validation/Tools/') |
quietWarn = False | |
Definition at line 23 of file GenObject.py.
def GenObject.warn | ( | args, | |
kwargs | |||
) |
print out warning with line number and rest of arguments
Definition at line 28 of file GenObject.py.
tuple GenObject.filenameRE = re.compile(r'.+/Validation/Tools/') |
Definition at line 19 of file GenObject.py.
GenObject.quietWarn = False |
Definition at line 21 of file GenObject.py.