Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ Parent
Class
Parent
tests/config/test_configurable.py:344–345 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
342
class
TestLoggingConfigurable(TestCase):
343
def
test_parent_logger(self):
344
class
Parent(LoggingConfigurable):
345
pass
346
347
class
Child(LoggingConfigurable):
348
pass
Callers
2
test_parent_logger
Method · 0.85
test_parent_not_logging_configurable
Method · 0.85
Calls
no outgoing calls
Tested by
2
test_parent_logger
Method · 0.68
test_parent_not_logging_configurable
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…