Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Pointcept/PointTransformerV3
/ __init__
Method
__init__
model.py:182–183 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
180
""
"
181
182
def
__init__(self, *args, **kwargs):
183
super().__init__(*args, **kwargs)
184
185
186
class
PointSequential(PointModule):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected