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

Method get_base_name

tools/system_libs.py:612–617  ·  view source on GitHub ↗

Return the base name of the library file. This will include suffixes such as -mt, but will not include a file extension.

(self)

Source from the content-addressed store, hash-verified

610 return self.name
611
612 def get_base_name(self):
613 """Return the base name of the library file.
614
615 This will include suffixes such as -mt, but will not include a file extension.
616 """
617 return self.get_base_name_prefix()
618
619 def get_ext(self):
620 """Return the appropriate file extension for this library."""

Callers 2

do_buildMethod · 0.95
get_filenameMethod · 0.95

Calls 1

get_base_name_prefixMethod · 0.95

Tested by

no test coverage detected