jupedsim.library
#
Module Contents#
- set_debug_callback(fn: Callable[[str], None]) None [source]#
Set receiver for debug messages.
- Parameters:
fn (fn<str>) – function that accepts a msg as string
- Return type:
None
- set_info_callback(fn: Callable[[str], None]) None [source]#
Set receiver for info messages.
- Parameters:
fn (fn<str>) – function that accepts a msg as string
- Return type:
None
- set_warning_callback(fn: Callable[[str], None]) None [source]#
Set receiver for warning messages.
- Parameters:
fn (fn<str>) – function that accepts a msg as string
- Return type:
None
- set_error_callback(fn: Callable[[str], None]) None [source]#
Set receiver for error messages.
- Parameters:
fn (fn<str>) – function that accepts a msg as string
- Return type:
None
- class BuildInfo[source]#
- property git_commit_hash: str[source]#
SHA1 commit hash of this version.
- Returns:
SHA1 of this version.
- Return type:
- property git_commit_date: str[source]#
Date this commit was created.
- Returns:
Date the commit of this version as string.
- Return type:
- property git_branch: str[source]#
Branch this commit was crated from.
- Returns:
name of the branch this version was build from.
- Return type:
- property compiler: str[source]#
Compiler the native code was compiled with.
- Returns:
Compiler identification.
- Return type: