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

Method __init__

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

Source from the content-addressed store, hash-verified

522class PrebuiltLibGenerator(generators.Generator):
523
524 def __init__(self, id, composing, source_types, target_types_and_names, requirements):
525 generators.Generator.__init__ (self, id, composing, source_types, target_types_and_names, requirements)
526
527 def run(self, project, name, properties, sources):
528 f = properties.get("file")

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected