MCPcopy Index your code
hub / github.com/python/cpython / __init__

Method __init__

Tools/c-analyzer/distutils/msvc9compiler.py:121–124  ·  view source on GitHub ↗
(self, version)

Source from the content-addressed store, hash-verified

119class MacroExpander:
120
121 def __init__(self, version):
122 self.macros = {}
123 self.vsbase = VS_BASE % version
124 self.load_macros(version)
125
126 def set_macro(self, macro, path, key):
127 self.macros["$(%s)" % macro] = Reg.get_value(path, key)

Callers

nothing calls this directly

Calls 1

load_macrosMethod · 0.95

Tested by

no test coverage detected