MCPcopy Index your code
hub / github.com/python/cpython / obj

Class obj

Lib/test/test_pyrepl/test_fancycompleter.py:141–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139
140 def test_does_not_color_single_match(self):
141 class obj:
142 msgs = []
143
144 compl = Completer({'obj': obj}, use_colors=True)
145 matches = compl.attr_matches('obj.msgs')

Callers 2

callFunction · 0.85
loadTestsFromNameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected