MCPcopy Create free account
hub / github.com/numpy/numpy / copy

Method copy

numpy/distutils/fcompiler/__init__.py:242–243  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

240 return obj
241
242 def copy(self):
243 return self.__copy__()
244
245 # Use properties for the attributes used by CCompiler. Setting them
246 # as attributes from the self.executables dictionary is error-prone,

Callers 13

setupFunction · 0.45
cache_flushMethod · 0.45
_parse_env_orderFunction · 0.45
show_allFunction · 0.45
__init__Method · 0.45
add_extensionMethod · 0.45
_add_libraryMethod · 0.45
__init__Method · 0.45
__copy__Method · 0.45
build_npy_pkg_configMethod · 0.45
runMethod · 0.45
build_a_libraryMethod · 0.45

Calls 1

__copy__Method · 0.95

Tested by 1

test_overridesMethod · 0.36