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

Method hasPrompt

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

Source from the content-addressed store, hash-verified

1040
1041 @property
1042 def hasPrompt(self):
1043 return self._currentPrompt is not None
1044
1045 @property
1046 def prompt(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected