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

Method get_build_temp_dir

numpy/distutils/misc_util.py:1823–1830  ·  view source on GitHub ↗

Return a path to a temporary directory where temporary files should be placed.

(self)

Source from the content-addressed store, hash-verified

1821 return cmd
1822
1823 def get_build_temp_dir(self):
1824 """
1825 Return a path to a temporary directory where temporary files should be
1826 placed.
1827 """
1828 cmd = get_cmd('build')
1829 cmd.ensure_finalized()
1830 return cmd.build_temp
1831
1832 def have_f77c(self):
1833 """Check for availability of Fortran 77 compiler.

Callers

nothing calls this directly

Calls 1

get_cmdFunction · 0.85

Tested by

no test coverage detected