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

Method __repr__

tools/webidl_binder.py:51–52  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

49 self.type = type
50
51 def __repr__(self):
52 return f'<Dummy type:{self.type}>'
53
54 def getExtendedAttribute(self, _name):
55 return None

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected