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

Method pack

Lib/idlelib/textview.py:24–25  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

22 super().set(lo, hi)
23
24 def pack(self, **kwargs):
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"')

Callers 15

remote_stack_viewerMethod · 0.45
show_windowMethod · 0.45
set_labelMethod · 0.45
_multistatus_barFunction · 0.45
make_guiMethod · 0.45
__init__Method · 0.45
load_dictMethod · 0.45
showcontentsMethod · 0.45
_calltip_windowFunction · 0.45
_dyn_option_menuFunction · 0.45
create_widgetsMethod · 0.45
create_action_buttonsMethod · 0.45

Calls

no outgoing calls

Tested by 6

runFunction · 0.36
_make_top_and_buttonFunction · 0.36
test_initMethod · 0.36
setUpClassMethod · 0.36
setUpClassMethod · 0.36