Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
class
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
filepath
Method · 0.80
Tested by
no test coverage detected