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

Method clone

numpy/distutils/fcompiler/environment.py:78–82  ·  view source on GitHub ↗
(self, hook_handler)

Source from the content-addressed store, hash-verified

76
77
78 def clone(self, hook_handler):
79 ec = self.__class__(distutils_section=self._distutils_section,
80 **self._conf_keys)
81 ec._hook_handler = hook_handler
82 return ec
83
84 def use_distribution(self, dist):
85 if isinstance(dist, Distribution):

Callers 3

__init__Method · 0.80
__copy__Method · 0.80
test_fcompiler_flagsFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_fcompiler_flagsFunction · 0.64