MCPcopy Create free account
hub / github.com/dcharatan/flowmap / Dummy

Class Dummy

flowmap/misc/config_tools.py:48–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 # The dummy allows the union to be converted.
47 @dataclass
48 class Dummy:
49 dummy: data_class_union
50
51 return [
52 get_typed_config(Dummy, DictConfig({"dummy": {"name": name, **cfg}})).dummy

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected