Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ __init__
Method
__init__
tools/system_libs.py:795–797 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
793
794
class
ExceptionLibrary(Library):
795
def
__init__(self, **kwargs):
796
self.eh_mode = kwargs.pop(
'eh_mode'
)
797
super().__init__(**kwargs)
798
799
def
get_cflags(self):
800
cflags = super().get_cflags()
Callers
nothing calls this directly
Calls
2
pop
Method · 0.45
__init__
Method · 0.45
Tested by
no test coverage detected