Module rerun_bindings::python_bridge
source · Structs§
- PyBinarySinkStorage π
- PyMemorySinkStorage π
- PyRecordingStream π
Statics§
- GARBAGE_QUEUE πRelease Callbacks
Functions§
- __pyfunction_binary_stream π β
- __pyfunction_connect_grpc π β
- __pyfunction_connect_tcp π β
- __pyfunction_disable_timeline π β
- __pyfunction_disconnect π β
- __pyfunction_flush π β
- __pyfunction_get_app_url π β
- __pyfunction_get_application_id π β
- __pyfunction_get_data_recording π β
- __pyfunction_get_recording_id π β
- __pyfunction_is_enabled π β
- __pyfunction_log_arrow_msg π β
- __pyfunction_log_file_from_path π β
- __pyfunction_memory_recording π β
- __pyfunction_new_blueprint π β
- __pyfunction_new_entity_path π β
- __pyfunction_new_recording π β
- __pyfunction_reset_time π β
- __pyfunction_save π β
- __pyfunction_save_blueprint π β
- __pyfunction_send_arrow_chunk π β
- __pyfunction_send_blueprint π β
- __pyfunction_serve_web π β
- __pyfunction_set_callback_sink π β
- __pyfunction_set_time_nanos π β
- __pyfunction_set_time_seconds π β
- __pyfunction_set_time_sequence π β
- __pyfunction_shutdown π β
- __pyfunction_spawn π β
- __pyfunction_stdout π β
- __pyfunction_version π β
- all_recordings π
- authkey π
- binary_stream πCreate a new binary stream sink, and return the associated binary stream.
- Cleans up internal state if this is the child of a forked process.
- connect_grpc π
- connect_tcp π
- Special binding for directly sending a blueprint stream to a connection.
- default_store_id π
- disable_timeline π
- disconnect πDisconnect from remote server (if any).
- flush πBlock until outstanding data has been flushed to the sink
- flush_garbage_queue πFlushes the
GARBAGE_QUEUE
, therefore running all the associated FFIrelease
callbacks. - get_app_url πGet a url to an instance of the web-viewer
- get_application_id π
- Returns the currently active blueprint recording in the global scope, if any; fallbacks to the specified recording otherwise, if any.
- get_data_recording πReturns the currently active data recording in the global scope, if any; fallbacks to the specified recording otherwise, if any.
- Returns the currently active blueprint recording in the global scope, if any.
- Returns the currently active data recording in the global scope, if any.
- get_recording_id π
- Returns the currently active blueprint recording in the thread-local scope, if any.
- Returns the currently active data recording in the thread-local scope, if any.
- is_enabled π
- log_arrow_msg π
- log_file π
- log_file_from_path π
- memory_recording πCreate an in-memory rrd file
- new_blueprint π
- new_entity_path π
- new_recording π
- python_version π
- rerun_bindings πThe python module is called βrerun_bindingsβ.
- reset_time π
- save π
- save_blueprint πSpecial binding for directly savings a blueprint stream to a file.
- send_arrow_chunk πDirectly send an arrow chunk to the recording stream.
- send_blueprint πSend a blueprint to the given recording stream.
- Helper for forwarding the blueprint memory-sink representation to a given sink
- serve_web πServe a web-viewer.
- set_callback_sink π
- Replaces the currently active recording in the global scope with the specified one.
- Replaces the currently active recording in the global scope with the specified one.
- Replaces the currently active recording in the thread-local scope with the specified one.
- Replaces the currently active recording in the thread-local scope with the specified one.
- set_time_nanos π
- set_time_seconds π
- set_time_sequence π
- shutdown π
- spawn π
- Start a web server to host the run web-assets
- stdout π
- version πReturn a verbose version string
Type Aliases§
- GarbageReceiver π
- GarbageSender π