Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setup
Function · 0.45
cache_flush
Method · 0.45
_parse_env_order
Function · 0.45
show_all
Function · 0.45
__init__
Method · 0.45
add_extension
Method · 0.45
_add_library
Method · 0.45
__init__
Method · 0.45
__copy__
Method · 0.45
build_npy_pkg_config
Method · 0.45
run
Method · 0.45
build_a_library
Method · 0.45
Calls
1
__copy__
Method · 0.95
Tested by
1
test_overrides
Method · 0.36