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

Function class_to_names

tests/config/test_application.py:103–104  ·  view source on GitHub ↗
(classes)

Source from the content-addressed store, hash-verified

101
102
103def class_to_names(classes):
104 return [klass.__name__ for klass in classes]
105
106
107class TestApplication(TestCase):

Callers 1

test_mro_discoveryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…