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

Function main

doc/preprocess.py:7–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5from string import Template
6
7def main():
8 doxy_gen(os.path.abspath(os.path.join('..')))
9
10def doxy_gen(root_path):
11 """

Callers 1

preprocess.pyFile · 0.70

Calls 3

doxy_genFunction · 0.85
abspathMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected