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

Method __init__

src/tools/builtin.py:577–579  ·  view source on GitHub ↗
(self, id, composing, source_types, target_types_and_names, requirements)

Source from the content-addressed store, hash-verified

575 when a source file includes headers which are generated themselfs.
576 """
577 def __init__ (self, id, composing, source_types, target_types_and_names, requirements):
578 # TODO: (PF) What to do with optional_properties? It seemed that, in the bjam version, the arguments are wrong.
579 generators.Generator.__init__ (self, id, composing, source_types, target_types_and_names, requirements)
580
581 def action_class (self):
582 return CompileAction

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected