MCPcopy Create free account
hub / github.com/python/cpython / AddLinkerLib

Method AddLinkerLib

Tools/freeze/checkextensions_win32.py:52–53  ·  view source on GitHub ↗
(self, lib)

Source from the content-addressed store, hash-verified

50 return self.compilerOptions
51
52 def AddLinkerLib(self, lib):
53 self.linkerLibs.append(lib)
54 def GetLinkerLibs(self):
55 return self.linkerLibs
56

Callers 1

get_extension_defnFunction · 0.95

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected