Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ __init__
Method
__init__
tools/c_coverage/c_coverage_report.py:46–48 ·
view source on GitHub ↗
(self, path)
Source
from the content-addressed store, hash-verified
44
45
class
SourceFile:
46
def
__init__(self, path):
47
self.path = path
48
self.lines = {}
49
50
def
mark_line(self, lineno, as_func=None):
51
line = self.lines.setdefault(lineno, set())
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected