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

Method __init__

tools/webidl_binder.py:48–49  ·  view source on GitHub ↗
(self, type)

Source from the content-addressed store, hash-verified

46
47class Dummy:
48 def __init__(self, type):
49 self.type = type
50
51 def __repr__(self):
52 return f'<Dummy type:{self.type}>'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected