casinotools package¶
Subpackages¶
- casinotools.analyse package
- casinotools.file_format package
- Subpackages
- Submodules
- casinotools.file_format.file_reader_writer_tools module
_read()_read_float_list_without_loop_fast()_read_int_list_without_loop_fast()_read_str_length()_write()_write_str_length()check_and_correct_value_size()extract_boolean_string()extract_version_string()get_size_of_double_list()get_size_of_int_list()read_bool()read_double()read_double_list()read_double_list_with_loop()read_double_list_without_loop()read_double_list_without_loop_fast()read_float()read_float_list()read_int()read_int_list()read_long()read_multiple_values()read_str()write_bool()write_double()write_double_list()write_double_list_with_loop()write_double_list_without_loop()write_float()write_float_list()write_int()write_int_list()write_line()write_long()write_str()
- casinotools.file_format.tags module
- casinotools.file_format.file_reader_writer_tools module
- Module contents
- casinotools.utilities package
Module contents¶
Main casinotools package initialization module.
- casinotools.get_current_module_path(module_path: str, relative_path: str = '') Path[source]¶
Extract the current module path and combine it with the relative path and return it.
- Parameters:
module_path (str) – Pass the __file__ python keyword for this parameter
relative_path (str) – The relative path to combine with the module path
- Returns:
The path obtained when combine the module path and relative path
- Return type:
Path