MCPcopy 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
98class 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_macrosMethod · 0.95

Tested by

no test coverage detected