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

Method add_separator

Lib/tkinter/__init__.py:3603–3605  ·  view source on GitHub ↗

Add separator.

(self, cnf={}, **kw)

Source from the content-addressed store, hash-verified

3601 self.add('radiobutton', cnf or kw)
3602
3603 def add_separator(self, cnf={}, **kw):
3604 """Add separator."""
3605 self.add('separator', cnf or kw)
3606
3607 def insert(self, index, itemType, cnf={}, **kw):
3608 """Internal function."""

Callers 5

make_rmenuMethod · 0.95
makeFontMenuMethod · 0.95
__init__Method · 0.80
fill_menusMethod · 0.80

Calls 1

addMethod · 0.95

Tested by

no test coverage detected