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

Method __init__

src/tools/message.py:18–22  ·  view source on GitHub ↗
(self, name, project, *args)

Source from the content-addressed store, hash-verified

16class MessageTargetClass(targets.BasicTarget):
17
18 def __init__(self, name, project, *args):
19
20 targets.BasicTarget.__init__(self, name, project, [])
21 self.args = args
22 self.built = False
23
24 def construct(self, name, sources, ps):
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected