MCPcopy Create free account
hub / github.com/OpenBMB/BMTools / _get_library_name

Function _get_library_name

bmtools/utils/logging.py:65–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63
64
65def _get_library_name() -> str:
66
67 return __name__.split(".")[0]
68
69
70def _get_library_root_logger() -> logging.Logger:

Callers 2

_get_library_root_loggerFunction · 0.85
get_loggerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected