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

Function reset

v2/tools/builtin.py:25–30  ·  view source on GitHub ↗

Clear the module state. This is mainly for testing purposes.

()

Source from the content-addressed store, hash-verified

23__variant_explicit_properties = {}
24
25def reset ():
26 """ Clear the module state. This is mainly for testing purposes.
27 """
28 global __variant_explicit_properties
29
30 __variant_explicit_properties = {}
31
32@bjam_signature((["name"], ["parents_or_properties", "*"], ["explicit_properties", "*"]))
33def variant (name, parents_or_properties, explicit_properties = []):

Callers 1

builtin.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected