Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ __init__
Method
__init__
numpy/lib/index_tricks.py:562–563 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
560
""
"
561
562
def
__init__(self):
563
AxisConcatenator.__init__(self, -1, ndmin=2, trans1d=0)
564
565
566
c_ = CClass()
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected