MCPcopy
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
186class PointSequential(PointModule):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected