MCPcopy Create free account
hub / github.com/dbunt1tled/python-fast-api / execute

Method execute

src/cmd/cli_command_base.py:36–37  ·  view source on GitHub ↗
(self, loop: asyncio.AbstractEventLoop)

Source from the content-addressed store, hash-verified

34
35 @abstractmethod
36 async def execute(self, loop: asyncio.AbstractEventLoop) -> int:
37 pass
38
39 async def run(self, loop: asyncio.AbstractEventLoop) -> int:
40 try:

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected