MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / pack_info

Method pack_info

tools/python-3.11.9-amd64/Lib/tkinter/__init__.py:2483–2489  ·  view source on GitHub ↗

Return information about the packing options for this widget.

(self)

Source from the content-addressed store, hash-verified

2481 forget = pack_forget
2482
2483 def pack_info(self):
2484 """Return information about the packing options
2485 for this widget."""
2486 d = _splitdict(self.tk, self.tk.call('pack', 'info', self._w))
2487 if 'in' in d:
2488 d['in'] = self.nametowidget(d['in'])
2489 return d
2490
2491 info = pack_info
2492 propagate = pack_propagate = Misc.pack_propagate

Callers 7

checkMethod · 0.80
test_pack_infoMethod · 0.80
check_positionsMethod · 0.80
get_widget_paddingFunction · 0.80

Calls 3

_splitdictFunction · 0.85
callMethod · 0.80
nametowidgetMethod · 0.80

Tested by 5

checkMethod · 0.64
test_pack_infoMethod · 0.64
check_positionsMethod · 0.64