Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ create
Method
create
Lib/test/test_ttk/test_widgets.py:141–142 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
139
)
140
141
def
create(self, **kwargs):
142
return
ttk.Frame(self.root, **kwargs)
143
144
145
@add_configure_tests(StandardTtkOptionsTests)
Callers
15
run_with_own_gil
Method · 0.45
run_with_shared_gil
Method · 0.45
test_isolated_subinterpreter
Method · 0.45
test_pending_call_creates_thread_subinterpreter
Method · 0.45
new_interp
Method · 0.45
new_interpreter
Method · 0.45
test_lookup_destroyed
Method · 0.45
test_linked_lifecycle_does_not_exist
Method · 0.45
test_saturation
Method · 0.45
test_blocking
Method · 0.45
test_blocking_with_limited_workers
Method · 0.45
test_disallowed_reimport
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected