MCPcopy
hub / github.com/nltk/nltk / pack

Method pack

nltk/draw/table.py:704–707  ·  view source on GitHub ↗

Position this table's main frame widget in its parent widget. See ``Tkinter.Frame.pack()`` for more info.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

702 # These all just delegate to either our frame or our MLB.
703
704 def pack(self, *args, **kwargs):
705 """Position this table's main frame widget in its parent
706 widget. See ``Tkinter.Frame.pack()`` for more info."""
707 self._frame.pack(*args, **kwargs)
708
709 def grid(self, *args, **kwargs):
710 """Position this table's main frame widget in its parent

Callers 15

demoFunction · 0.95
_init_widgetsMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
_init_startframeMethod · 0.45
_init_buttonsMethod · 0.45
_init_prodframeMethod · 0.45
__init__Method · 0.45
_init_grammarMethod · 0.45
_init_treeletMethod · 0.45
_init_workspaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected