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

Method pack_slaves

Lib/tkinter/__init__.py:1914–1918  ·  view source on GitHub ↗

Synonym for pack_content().

(self)

Source from the content-addressed store, hash-verified

1912 content = pack_content
1913
1914 def pack_slaves(self):
1915 """Synonym for pack_content()."""
1916 return [self._nametowidget(x) for x in
1917 self.tk.splitlist(
1918 self.tk.call('pack', 'slaves', self._w))]
1919
1920 slaves = pack_slaves
1921

Callers 3

test_pack_slavesMethod · 0.80

Calls 2

splitlistMethod · 0.80
callMethod · 0.45

Tested by 3

test_pack_slavesMethod · 0.64