MCPcopy 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

342class 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_loggerMethod · 0.85

Calls

no outgoing calls

Tested by 2

test_parent_loggerMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…