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

Class MockStateSpec

Lib/test/test_ttk_textonly.py:31–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30
31class MockStateSpec(object):
32 typename = 'StateSpec'
33
34 def __init__(self, *args):
35 self.val = args
36
37 def __str__(self):
38 return ' '.join(self.val)
39
40
41class InternalFunctionsTest(unittest.TestCase):

Callers 3

test_tclobj_to_pyMethod · 0.85
test_multivaluesMethod · 0.85

Calls

no outgoing calls

Tested by 3

test_tclobj_to_pyMethod · 0.68
test_multivaluesMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…