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

Method get_default_variation

tools/system_libs.py:771–772  ·  view source on GitHub ↗
(cls, **kwargs)

Source from the content-addressed store, hash-verified

769
770 @classmethod
771 def get_default_variation(cls, **kwargs):
772 return super().get_default_variation(is_debug=settings.ASSERTIONS, **kwargs)
773
774
775class Exceptions(IntEnum):

Callers

nothing calls this directly

Calls 1

get_default_variationMethod · 0.45

Tested by

no test coverage detected