| | |
- __builtin__.object
-
- detect_binary_file
- indentor
-
- buffered_indentor
- input_with_prompt
- multi_out
- null_out
- time_log
- timer_base
-
- user_plus_sys_time
- wall_clock_time
- Keep
- host_and_user
- import_python_object
- show_times
class detect_binary_file(__builtin__.object) |
| | |
Methods defined here:
- __init__(self, monitor_initial=None, max_fraction_non_ascii=None)
- is_binary_file(self, block)
Static methods defined here:
- from_initial_block(file_name, monitor_initial=None, max_fraction_non_ascii=None)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class indentor(__builtin__.object) |
| | |
Methods defined here:
- __init__(self, file_object=None, indent='', parent=None)
- shift_right(self, indent=' ')
- write(self, block)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class time_log(__builtin__.object) |
| | |
Methods defined here:
- __init__(self, label, use_wall_clock=False)
- average(self)
- log(self)
- log_elapsed(self, local_label)
- report(self)
- start(self)
- stop(self)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
Data and other attributes defined here:
- legend = 'time_log: label: n accumulation delta average'
|
|