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

Method set_executable

Tools/c-analyzer/distutils/ccompiler.py:150–154  ·  view source on GitHub ↗
(self, key, value)

Source from the content-addressed store, hash-verified

148 self.set_executable(key, kwargs[key])
149
150 def set_executable(self, key, value):
151 if isinstance(value, str):
152 setattr(self, key, split_quoted(value))
153 else:
154 setattr(self, key, value)
155
156 def _find_macro(self, name):
157 i = 0

Callers 3

__init__Method · 0.95
set_executablesMethod · 0.95
_build_argvFunction · 0.45

Calls 1

split_quotedFunction · 0.90

Tested by

no test coverage detected