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

Method __init__

emcc.py:128–131  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

126
127class EmccState:
128 def __init__(self, args):
129 self.mode = Mode.COMPILE_AND_LINK
130 # Using tuple here to prevent accidental mutation
131 self.orig_args = tuple(args)
132
133
134def create_reproduce_file(name, args):

Callers

nothing calls this directly

Calls 1

tupleClass · 0.85

Tested by

no test coverage detected