Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ is_file
Method
is_file
v2/test/tree.py:74–75 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
72
return
n
73
74
def
is_file(self):
75
return
self.children is None
76
77
def
pprint(self):
78
print(
" * Node name: %s"
% self.name)
Callers
4
add_child
Method · 0.95
pprint
Method · 0.95
_do_tree_difference
Function · 0.80
_traverse_tree
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected