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

Method __init__

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

Source from the content-addressed store, hash-verified

702
703class MTLibrary(Library):
704 def __init__(self, **kwargs):
705 self.is_mt = kwargs.pop('is_mt')
706 self.is_ww = kwargs.pop('is_ww') and not self.is_mt
707 super().__init__(**kwargs)
708
709 def get_cflags(self):
710 cflags = super().get_cflags()

Callers

nothing calls this directly

Calls 2

popMethod · 0.45
__init__Method · 0.45

Tested by

no test coverage detected