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

Method __repr__

numpy/distutils/tests/test_ccompiler_opt.py:46–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 CCompilerOpt.__init__(self, None, **kwargs)
45
46 def __repr__(self):
47 return textwrap.dedent("""\
48 <<<<
49 march : {}
50 compiler : {}
51 ----------------
52 {}
53 >>>>
54 """).format(self.cc_march, self.cc_name, self.report())
55
56 def dist_compile(self, sources, flags, **kwargs):
57 assert(isinstance(sources, list))

Callers

nothing calls this directly

Calls 1

reportMethod · 0.45

Tested by

no test coverage detected