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

Method get_default_variation

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

Source from the content-addressed store, hash-verified

2064
2065 @classmethod
2066 def get_default_variation(cls, **kwargs):
2067 return super().get_default_variation(ignore_case=settings.CASE_INSENSITIVE_FS, **kwargs)
2068
2069 def get_files(self):
2070 backends = files_in_path(

Callers

nothing calls this directly

Calls 1

get_default_variationMethod · 0.45

Tested by

no test coverage detected