Go to the source code of this file.
Namespaces | |
namespace | slimpy_base.utils.Records |
Classes | |
class | Records |
class to capture and filter output oprional dump to file an view with record_viewer scripts More... | |
class | RecordHelper |
Functions | |
def | time_format |
def | __new_instance__ |
def | __call__ |
records( vlevel, *debug ) -> RecordHelper returns a RecordHelper instance vlevel is an integer debug are optional keywords | |
def | write |
def | add_job |
def | rec |
def | add_filter |
def | print_record_item |
def | dump |
def | End |
def | set_filter_type |
def | generate_index_list |
def | __getitem__ |
def | print_log |
def | print_filter |
def | print_filter_list |
def | set_abridge |
def | abridge |
uses the global dict variable 'abridgeMap' in SLIMGlobals to replace all of the ocurrences of each key with the value this is helpful in reducing the amount of garbage input for examle in the simple1 tutorial I replace each $RSFROOT path with '' | |
def | stat |
def | stat_done |
def | stat_update |
Variables | |
string | __copyright__ |
string | __license__ |
tuple | __env__ = InstanceManager() |
tuple | graph = property( _get_graph, _set_graph ) |
_built_graph | |
msg_record | |
command_records | |
trace_back_records | |
_filters | |
_filter_type | |
_abridge | |
_table_map | |
_starttime | |
_tottime | |
_numtorun | |
_numran |