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

Method __init__

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

Source from the content-addressed store, hash-verified

570 """ The generator class for handling EXE and SHARED_LIB creation.
571 """
572 def __init__ (self, id, composing, source_types, target_types_and_names, requirements):
573 generators.Generator.__init__ (self, id, composing, source_types, target_types_and_names, requirements)
574
575 def run (self, project, name, prop_set, sources):
576

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected