Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ __init__
Method
__init__
qa/tasks/vstart_runner.py:345–349 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
343
]
344
345
def
__init__(self):
346
super().__init__()
347
self.name =
"local"
348
self._hostname =
"localhost"
349
self.user = getpass.getuser()
350
351
@property
352
def
hostname(self):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected