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

Method process_folder

deploy/process.py:10–14  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

8class ProcessManager(DeployConfig):
9 @cached_property
10 def process_folder(self):
11 return [
12 self.filepath("PythonExecutable"),
13 self.root_filepath
14 ]
15
16 @cached_property
17 def self_pid(self):

Callers

nothing calls this directly

Calls 1

filepathMethod · 0.80

Tested by

no test coverage detected