Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ __init__
Method
__init__
numpy/tests/test_warnings.py:13–14 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
11
12
class
ParseCall(ast.NodeVisitor):
13
def
__init__(self):
14
self.ls = []
15
16
def
visit_Attribute(self, node):
17
ast.NodeVisitor.generic_visit(self, node)
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected