Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ open
Method
open
t/unit/worker/test_state.py:31–33 ·
view source on GitHub ↗
(self, filename, **kwargs)
Source
from the content-addressed store, hash-verified
29
closed = False
30
31
def
open(self, filename, **kwargs):
32
self.filename = filename
33
return
self
34
35
def
sync(self):
36
self.in_sync = True
Callers
8
test_init
Method · 0.45
test_setup_registry_complete
Method · 0.45
test_read_pid
Method · 0.45
test_read_pid_partially_written
Method · 0.45
test_read_pid_raises_ENOENT
Method · 0.45
test_read_pid_raises_IOError
Method · 0.45
test_read_pid_bogus_pidfile
Method · 0.45
test_untrack_child_process_with_sentinel_poll
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected