MCPcopy Index your code
hub / github.com/RustPython/RustPython / add_separator

Method add_separator

Lib/tkinter/__init__.py:3525–3527  ·  view source on GitHub ↗

Add separator.

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

Source from the content-addressed store, hash-verified

3523 self.add('radiobutton', cnf or kw)
3524
3525 def add_separator(self, cnf={}, **kw):
3526 """Add separator."""
3527 self.add('separator', cnf or kw)
3528
3529 def insert(self, index, itemType, cnf={}, **kw):
3530 """Internal function."""

Callers

nothing calls this directly

Calls 1

addMethod · 0.95

Tested by

no test coverage detected