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

Method get_version

numpy/distutils/fcompiler/hpux.py:32–35  ·  view source on GitHub ↗
(self, force=0, ok_status=[256, 0, 1])

Source from the content-addressed store, hash-verified

30 opt = ['/usr/lib/hpux64']
31 return opt
32 def get_version(self, force=0, ok_status=[256, 0, 1]):
33 # XXX status==256 may indicate 'unrecognized option' or
34 # 'no input file'. So, version_cmd needs more work.
35 return FCompiler.get_version(self, force, ok_status)
36
37if __name__ == '__main__':
38 from distutils import log

Callers 1

hpux.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected