MCPcopy Create free account
hub / github.com/boostorg/build / construct

Method construct

v2/tools/message.py:24–33  ·  view source on GitHub ↗
(self, name, sources, ps)

Source from the content-addressed store, hash-verified

22 self.built = False
23
24 def construct(self, name, sources, ps):
25
26 if not self.built:
27 for arg in self.args:
28 if type(arg) == type([]):
29 arg = " ".join(arg)
30 print arg
31 self.built = True
32
33 return (property_set.empty(), [])
34
35def message(name, *args):
36

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected