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

Method __init__

v2/tools/builtin.py:411–412  ·  view source on GitHub ↗
(self, id, composing = True, source_types = [], target_types_and_names = ['LIB'], requirements = [])

Source from the content-addressed store, hash-verified

409 """
410
411 def __init__(self, id, composing = True, source_types = [], target_types_and_names = ['LIB'], requirements = []):
412 generators.Generator.__init__(self, id, composing, source_types, target_types_and_names, requirements)
413
414 def run(self, project, name, prop_set, sources):
415

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected