MCPcopy Create free account
hub / github.com/ipython/traitlets / Base

Class Base

tests/test_traitlets.py:2816–2818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2814 """Verify that default values follow mro"""
2815
2816 class Base(HasTraits):
2817 trait = Unicode("base")
2818 attr = "base"
2819
2820 class A(Base):
2821 pass

Callers

nothing calls this directly

Calls 1

UnicodeClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…