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

Class MockTclObj

Lib/test/test_ttk_textonly.py:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20
21class MockTclObj(object):
22 typename = 'test'
23
24 def __init__(self, val):
25 self.val = val
26
27 def __str__(self):
28 return str(self.val)
29
30
31class MockStateSpec(object):

Callers 5

test_insert_itemMethod · 0.90
test_tclobj_to_pyMethod · 0.85
test_unicodeMethod · 0.85

Calls

no outgoing calls

Tested by 5

test_insert_itemMethod · 0.72
test_tclobj_to_pyMethod · 0.68
test_unicodeMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…