MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / callit

Method callit

tools/python-3.11.9-amd64/Lib/tkinter/__init__.py:859–866  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

deletecommandMethod · 0.95

Tested by

no test coverage detected