MCPcopy 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_childMethod · 0.95
pprintMethod · 0.95
_do_tree_differenceFunction · 0.80
_traverse_treeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected