eyconf.config.extra_fields.AccessProxy

class eyconf.config.extra_fields.AccessProxy(data: D, extra_data: AttributeDict)

Proxy to access attributes dynamically.

Methods

__init__(data, extra_data)

to_dict()

Convert the AccessProxy to a standard dictionary.

__init__(data: D, extra_data: AttributeDict)
to_dict() dict

Convert the AccessProxy to a standard dictionary.