MCPcopy Create free account
hub / github.com/SpectacularAI/sdk / define_subparser

Function define_subparser

python/cli/record/oak.py:74–81  ·  view source on GitHub ↗
(subparsers)

Source from the content-addressed store, hash-verified

72 return p
73
74def define_subparser(subparsers):
75 import argparse
76 sub = subparsers.add_parser('oak',
77 description="Record data for later playback from OAK devices",
78 epilog=__doc__,
79 formatter_class=argparse.RawDescriptionHelpFormatter)
80 sub.set_defaults(func=record)
81 return define_args(sub)
82
83def auto_subfolder(outputFolder):
84 import datetime

Callers

nothing calls this directly

Calls 1

define_argsFunction · 0.70

Tested by

no test coverage detected