yuntongxun_aiorest.attrdict module

yuntongxun_aiorest.attrdict.recursive_attrdict(obj)

Walks a simple data structure, converting dictionary to AttrDict. Supports lists, tuples, and dictionaries.

class yuntongxun_aiorest.attrdict.AttrDict(iterable=None, **kwargs)

基类:dict

A dictionary with attribute-style access. It maps attribute access to the real dictionary.