MCPcopy Create free account
hub / github.com/AstroPrint/AstroBox / __init__

Method __init__

src/astroprint/printer/__init__.py:1018–1019  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1016
1017class PromptManager(object):
1018 def __init__(self):
1019 self._currentPrompt = None
1020
1021 def begin_prompt(self, message):
1022 if self._currentPrompt is None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected