Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ place
Method
place
Lib/idlelib/textview.py:27–28 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
25
raise
TclError(f
'{self.__class__.__name__} does not support "pack"'
)
26
27
def
place(self, **kwargs):
28
raise
TclError(f
'{self.__class__.__name__} does not support "place"'
)
29
30
31
class
ScrollableTextFrame(Frame):
Callers
1
__init__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected