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

Method generate_meson_build

numpy/f2py/_backends/_meson.py:114–118  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

112 )
113
114 def generate_meson_build(self):
115 for node in self.pipeline:
116 node()
117 template = Template(self.meson_build_template())
118 return template.substitute(self.substitutions)
119
120
121class MesonBackend(Backend):

Callers 1

write_meson_buildMethod · 0.95

Calls 3

meson_build_templateMethod · 0.95
substituteMethod · 0.95
TemplateClass · 0.85

Tested by

no test coverage detected