Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
21
class
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
31
class
MockStateSpec(object):
Callers
5
test_insert_item
Method · 0.90
test_script_from_settings
Method · 0.85
test_tclobj_to_py
Method · 0.85
test_list_from_statespec
Method · 0.85
test_unicode
Method · 0.85
Calls
no outgoing calls
Tested by
5
test_insert_item
Method · 0.72
test_script_from_settings
Method · 0.68
test_tclobj_to_py
Method · 0.68
test_list_from_statespec
Method · 0.68
test_unicode
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…