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

Method cflags

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

Source from the content-addressed store, hash-verified

128 return list(self._sections.keys())
129
130 def cflags(self, section="default"):
131 val = self.vars.interpolate(self._sections[section]['cflags'])
132 return _escape_backslash(val)
133
134 def libs(self, section="default"):
135 val = self.vars.interpolate(self._sections[section]['libs'])

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