Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aboutcode-org/scancode-toolkit
/ is_dir
Method
is_dir
src/commoncode/resource.py:1337–1339 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1335
1336
@property
1337
def
is_dir(self):
1338
# note: we only store is_file
1339
return
not self.is_file
1340
1341
@property
1342
def
base_name(self):
Callers
6
validate_output_file_path
Function · 0.80
walk
Function · 0.80
chmod
Function · 0.80
chmod_tree
Function · 0.80
delete
Function · 0.80
test_is_dir
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_is_dir
Method · 0.64