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

Method get_default_variation

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

Source from the content-addressed store, hash-verified

2014
2015 @classmethod
2016 def get_default_variation(cls, **kwargs):
2017 return super().get_default_variation(with_rtti=settings.USE_RTTI, **kwargs)
2018
2019
2020class libfetch(MTLibrary):

Callers

nothing calls this directly

Calls 1

get_default_variationMethod · 0.45

Tested by

no test coverage detected