MCPcopy Create free account
hub / github.com/RustPython/RustPython / callit

Method callit

Lib/tkinter/__init__.py:860–867  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

858 return None
859 else:
860 def callit():
861 try:
862 func(*args)
863 finally:
864 try:
865 self.deletecommand(name)
866 except TclError:
867 pass
868 try:
869 callit.__name__ = func.__name__
870 except AttributeError:

Callers

nothing calls this directly

Calls 2

deletecommandMethod · 0.95
funcFunction · 0.50

Tested by

no test coverage detected