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

Method __init__

tools/system_libs.py:1991–1993  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

1989 never_force = True
1990
1991 def __init__(self, **kwargs):
1992 self.with_rtti = kwargs.pop('with_rtti', False)
1993 super().__init__(**kwargs)
1994
1995 def get_cflags(self):
1996 cflags = super().get_cflags()

Callers

nothing calls this directly

Calls 2

popMethod · 0.45
__init__Method · 0.45

Tested by

no test coverage detected