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

Method __init__

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

Source from the content-addressed store, hash-verified

748
749class DebugLibrary(Library):
750 def __init__(self, **kwargs):
751 self.is_debug = kwargs.pop('is_debug')
752 super().__init__(**kwargs)
753
754 def get_cflags(self):
755 cflags = super().get_cflags()

Callers

nothing calls this directly

Calls 2

popMethod · 0.45
__init__Method · 0.45

Tested by

no test coverage detected