casinotools package

Subpackages

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