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

Method __init__

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

Source from the content-addressed store, hash-verified

1934 cflags = ['-Oz']
1935
1936 def __init__(self, **kwargs):
1937 self.is_legacy = kwargs.pop('is_legacy')
1938 self.is_webgl2 = kwargs.pop('is_webgl2')
1939 self.is_ofb = kwargs.pop('is_ofb')
1940 self.is_full_es3 = kwargs.pop('is_full_es3')
1941 self.is_enable_get_proc_address = kwargs.pop('is_enable_get_proc_address')
1942 super().__init__(**kwargs)
1943
1944 def get_base_name(self):
1945 name = super().get_base_name()

Callers

nothing calls this directly

Calls 2

popMethod · 0.45
__init__Method · 0.45

Tested by

no test coverage detected