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

Method libs

numpy/distutils/npy_pkg_config.py:134–136  ·  view source on GitHub ↗
(self, section="default")

Source from the content-addressed store, hash-verified

132 return _escape_backslash(val)
133
134 def libs(self, section="default"):
135 val = self.vars.interpolate(self._sections[section]['libs'])
136 return _escape_backslash(val)
137
138 def __str__(self):
139 m = ['Name: %s' % self.name, 'Description: %s' % self.description]

Callers 4

npy_pkg_config.pyFile · 0.80
get_infoFunction · 0.80
test_simpleMethod · 0.80
test_simple_variableMethod · 0.80

Calls 2

_escape_backslashFunction · 0.85
interpolateMethod · 0.45

Tested by 2

test_simpleMethod · 0.64
test_simple_variableMethod · 0.64