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

Class TestDottedObjectName

tests/test_traitlets.py:1624–1631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1622
1623
1624class TestDottedObjectName(TraitTestBase):
1625 obj = DottedObjectNameTrait()
1626
1627 _default_value = "a.b"
1628 _good_values = ["A", "y.t", "y765.__repr__", "os.path.join"]
1629 _bad_values = [1, "abc.€", "_.@", ".", ".abc", "abc.", ".abc.", None]
1630
1631 _good_values.append("t.þ")
1632
1633
1634class TCPAddressTrait(HasTraits):

Callers

nothing calls this directly

Calls 2

appendMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…