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

Method __init__

tools/c_coverage/c_coverage_report.py:27–29  ·  view source on GitHub ↗
(self, lines, **kwargs)

Source from the content-addressed store, hash-verified

25class FunctionHtmlFormatter(HtmlFormatter):
26 """Custom HTML formatter to insert extra information with the lines."""
27 def __init__(self, lines, **kwargs):
28 HtmlFormatter.__init__(self, **kwargs)
29 self.lines = lines
30
31 def wrap(self, source, outfile):
32 for i, (c, t) in enumerate(HtmlFormatter.wrap(self, source, outfile)):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected