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

Method dump_variables

numpy/distutils/fcompiler/environment.py:28–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26 print(' config : %s' % (convert(v),))
27
28 def dump_variables(self):
29 for name in self._conf_keys:
30 self.dump_variable(name)
31
32 def __getattr__(self, name):
33 try:

Callers

nothing calls this directly

Calls 1

dump_variableMethod · 0.95

Tested by

no test coverage detected