Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __init__
Method
__init__
Tools/c-analyzer/distutils/msvccompiler.py:99–101 ·
view source on GitHub ↗
(self, version)
Source
from the content-addressed store, hash-verified
97
98
class
MacroExpander:
99
def
__init__(self, version):
100
self.macros = {}
101
self.load_macros(version)
102
103
def
set_macro(self, macro, path, key):
104
for
base in HKEYS:
Callers
nothing calls this directly
Calls
1
load_macros
Method · 0.95
Tested by
no test coverage detected