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

Method __init__

v2/tools/builtin.py:557–559  ·  view source on GitHub ↗
(self, id, composing, source_types, target_types_and_names, requirements)

Source from the content-addressed store, hash-verified

555 when a source file includes headers which are generated themselfs.
556 """
557 def __init__ (self, id, composing, source_types, target_types_and_names, requirements):
558 # TODO: (PF) What to do with optional_properties? It seemed that, in the bjam version, the arguments are wrong.
559 generators.Generator.__init__ (self, id, composing, source_types, target_types_and_names, requirements)
560
561 def action_class (self):
562 return CompileAction

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected