Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aaPanel/BaoTa
/ status
Method
status
class/projectModel/proxyModel.py:2594–2595 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2592
2593
@property
2594
def
status(self):
2595
return
self._conf.get(
"status"
,
"closed"
)
2596
2597
@status.setter
2598
def
status(self, stat_str: str):
Callers
14
get_project_run_state
Method · 0.45
get_project_pids
Method · 0.45
get_process_info_by_pid
Method · 0.45
get_project_pids
Method · 0.45
get_pid_by_command
Method · 0.45
get_process_info_by_pid
Method · 0.45
get_project_pids
Method · 0.45
get_process_info_by_pid
Method · 0.45
get_process_info_by_pid
Method · 0.45
get_project_pids
Method · 0.45
get_project_pids
Method · 0.45
_get_pid_by_command
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected