MCPcopy Create free account
hub / github.com/ActiveState/code / call

Function call

recipes/Python/511434_Paint_10/recipe-511434.py:66–70  ·  view source on GitHub ↗
(func, *args, **kwargs)

Source from the content-addressed store, hash-verified

64 getattr(look, func)(*args, **kwargs)
65
66def call(func, *args, **kwargs):
67 try:
68 QRI.call((func, args, kwargs), 0.001)
69 except:
70 pass
71
72################################################################################
73

Callers 5

change_canvasFunction · 0.70
motionFunction · 0.70
releaseFunction · 0.70
deleteFunction · 0.70
create_txtsFunction · 0.50

Calls 1

callMethod · 0.45

Tested by

no test coverage detected