MCPcopy Create free account
hub / github.com/runhey/OnmyojiAutoScript / alive

Method alive

module/gui/process/script_process.py:30–35  ·  view source on GitHub ↗

alive :return:

(self)

Source from the content-addressed store, hash-verified

28
29 @property
30 def alive(self) -> bool:
31 """
32 alive
33 :return:
34 """
35 return self.is_alive()
36
37 def run(self) -> None:
38 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected