Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ __init__
Method
__init__
numpy/tests/test_warnings.py:25–27 ·
view source on GitHub ↗
(self, filename)
Source
from the content-addressed store, hash-verified
23
24
class
FindFuncs(ast.NodeVisitor):
25
def
__init__(self, filename):
26
super().__init__()
27
self.__filename = filename
28
29
def
visit_Call(self, node):
30
p = ParseCall()
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected