Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pyrevitlabs/pyRevit
/ path
Method
path
site-packages/scandir.py:260–263 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
258
259
@property
260
def
path(self):
261
if
self._path is None:
262
self._path = join(self._scandir_path, self.name)
263
return
self._path
264
265
def
stat(self, follow_symlinks=True):
266
if
follow_symlinks:
Callers
nothing calls this directly
Calls
1
join
Function · 0.85
Tested by
no test coverage detected