MCPcopy Create free account
hub / github.com/OpenImagingLab/4DSloMo / extract

Method extract

arguments/__init__.py:64–67  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

62 super().__init__(parser, "Loading Parameters", sentinel)
63
64 def extract(self, args):
65 g = super().extract(args)
66 g.source_path = os.path.abspath(g.source_path)
67 return g
68
69class PipelineParams(ParamGroup):
70 def __init__(self, parser):

Callers

nothing calls this directly

Calls 1

extractMethod · 0.45

Tested by

no test coverage detected