recorder
dandy.recorder.recorder
Recorder
Bases: Singleton
dandy.recorder.recorder
Recorder
Bases: Singleton
recordings = {}
class-attribute
instance-attribute
renderers = {'html': HtmlRecordingRenderer, 'json': JsonRecordingRenderer, 'markdown': MarkdownRecordingRenderer}
class-attribute
instance-attribute
add_event
classmethod
check_recording_is_valid
classmethod
dandy/recorder/recorder.py delete_all_recordings
classmethod
delete_recording
classmethod
get_default_recording_path
classmethod
get_recording
classmethod
is_recording
classmethod
start_recording
classmethod
stop_recording
classmethod
stop_all_recording
classmethod
to_file
classmethod
to_html_file
classmethod
dandy/recorder/recorder.py to_html_str
classmethod
to_json_file
classmethod
dandy/recorder/recorder.py to_json_str
classmethod
to_markdown_file
classmethod
dandy/recorder/recorder.py