Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
def
_get_library_name() -> str:
66
67
return
__name__.split(
"."
)[0]
68
69
70
def
_get_library_root_logger() -> logging.Logger:
Callers
2
_get_library_root_logger
Function · 0.85
get_logger
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected