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

Method action_class

src/tools/builtin.py:581–582  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

579 generators.Generator.__init__ (self, id, composing, source_types, target_types_and_names, requirements)
580
581 def action_class (self):
582 return CompileAction
583
584def register_c_compiler (id, source_types, target_types, requirements, optional_properties = []):
585 g = CCompilingGenerator (id, False, source_types, target_types, requirements + optional_properties)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected