Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/qilingframework/qiling
/ cwd
Method
cwd
qiling/os/path.py:71–72 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
69
70
@property
71
def
cwd(self) -> str:
72
return
str(self._cwd_anchor / self._cwd_vpath)
73
74
@cwd.setter
75
def
cwd(self, virtpath: str) -> None:
Callers
nothing calls this directly
Calls
1
__strip_parent_refs
Method · 0.80
Tested by
no test coverage detected