MCPcopy 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

walkFunction · 0.80
chmodFunction · 0.80
chmod_treeFunction · 0.80
deleteFunction · 0.80
test_is_dirMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_is_dirMethod · 0.64