MCPcopy Create free account
hub / github.com/pallets/flask / subgroup

Function subgroup

tests/test_cli.py:330–331  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

328
329 @cli.group()
330 def subgroup():
331 pass
332
333 @subgroup.command()
334 def test2():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected