Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python/cpython
/ AddCompilerOption
Method
AddCompilerOption
Tools/freeze/checkextensions_win32.py:47–48 ·
view source on GitHub ↗
(self, option)
Source
from the content-addressed store, hash-verified
45
return
self.sourceFiles
46
47
def
AddCompilerOption(self, option):
48
self.compilerOptions.append(option)
49
def
GetCompilerOptions(self):
50
return
self.compilerOptions
51
Callers
1
get_extension_defn
Function · 0.95
Calls
1
append
Method · 0.45
Tested by
no test coverage detected