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

Method callit

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

Source from the content-addressed store, hash-verified

876 return None
877 else:
878 def callit():
879 try:
880 func(*args, **kw)
881 finally:
882 try:
883 self.deletecommand(name)
884 except TclError:
885 pass
886 try:
887 callit.__name__ = func.__name__
888 except AttributeError:

Callers

nothing calls this directly

Calls 2

deletecommandMethod · 0.95
funcFunction · 0.50

Tested by

no test coverage detected