MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / __call__

Method __call__

tools/toolchain_profiler.py:28–31  ·  view source on GitHub ↗
(self, func)

Source from the content-addressed store, hash-verified

26 self.name = name
27
28 def __call__(self, func):
29 if self.name is None:
30 self.name = func.__name__
31 return super().__call__(func)
32
33 def __enter__(self):
34 if EMPROFILE == 2:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected