grapa.internal.config_manager.ConfigStore

class grapa.internal.config_manager.ConfigStore(filename: str, attributes: Dict[str, Any])

Bases: object

Config snapshot with filename metadata and type-aware lookup.

__init__(filename: str, attributes: Dict[str, Any]) None

Methods

__init__(filename, attributes)

all()

Return full attributes dict (copy).

get(key[, default, astype])

Return value for key with type handling (mirrors Graph.config).

Attributes

filename

attributes

all() Dict[str, Any]

Return full attributes dict (copy).

get(key: str, default: Any = '', astype: str = 'auto') Any

Return value for key with type handling (mirrors Graph.config).