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

Method get_flags_arch_f90

numpy/distutils/fcompiler/mips.py:46–50  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 return ['r%s' % (r)]
45 return []
46 def get_flags_arch_f90(self):
47 r = self.get_flags_arch_f77()
48 if r:
49 r[0] = '-' + r[0]
50 return r
51
52if __name__ == '__main__':
53 from numpy.distutils import customized_fcompiler

Callers

nothing calls this directly

Calls 1

get_flags_arch_f77Method · 0.95

Tested by

no test coverage detected