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

Method place_info

Lib/tkinter/__init__.py:2743–2749  ·  view source on GitHub ↗

Return information about the placing options for this widget.

(self)

Source from the content-addressed store, hash-verified

2741 forget = place_forget
2742
2743 def place_info(self):
2744 """Return information about the placing options
2745 for this widget."""
2746 d = _splitdict(self.tk, self.tk.call('place', 'info', self._w))
2747 if 'in' in d:
2748 d['in'] = self.nametowidget(d['in'])
2749 return d
2750
2751 info = place_info
2752 content = place_content = Misc.place_content

Callers 11

test_place_infoMethod · 0.80
check_positionsMethod · 0.80
test_horizontal_rangeMethod · 0.80
test_variable_changeMethod · 0.80
test_resizeMethod · 0.80

Calls 3

_splitdictFunction · 0.85
nametowidgetMethod · 0.80
callMethod · 0.45

Tested by 11

test_place_infoMethod · 0.64
check_positionsMethod · 0.64
test_horizontal_rangeMethod · 0.64
test_variable_changeMethod · 0.64
test_resizeMethod · 0.64