Home
last modified time | relevance | path

Searched defs:dict_cls (Results 1 – 9 of 9) sorted by relevance

/dports/databases/py-marshmallow-sqlalchemy/marshmallow-sqlalchemy-0.26.1/src/marshmallow_sqlalchemy/
H A Dschema.py84 def get_declared_fields(mcs, klass, cls_fields, inherited_fields, dict_cls): argument
96 def get_declared_sqla_fields(mcs, base_fields, converter, opts, dict_cls): argument
100 def get_auto_fields(mcs, fields, converter, opts, dict_cls): argument
115 def get_declared_sqla_fields(cls, base_fields, converter, opts, dict_cls): argument
H A Dconvert.py130 dict_cls=dict, argument
166 dict_cls=dict, argument
/dports/math/py-theano/Theano-1.0.5/theano/misc/
H A Dfrozendict.py17 dict_cls = dict variable in frozendict
54 dict_cls = collections.OrderedDict variable in FrozenOrderedDict
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/frozendict/
H A D__init__.py22 dict_cls = dict variable in frozendict
60 dict_cls = OrderedDict variable in FrozenOrderedDict
/dports/www/py-multidict/multidict-5.2.0/tests/
H A Dtest_multidict.py36 dict_cls = proxy_cls = cls variable
65 def test_proxy_copy(dict_cls, proxy_cls): argument
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/io/abinit/
H A Dnetcdf.py241 def read_keys(self, keys, dict_cls=AttrDict, path="/"): argument
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/jmespath/
H A Dvisitor.py61 def __init__(self, dict_cls=None, custom_functions=None): argument
/dports/www/py-lektor/Lektor-3.2.2/lektor/
H A Dutils.py196 def decode_flat_data(itemiter, dict_cls=dict): argument
/dports/devel/py-jmespath/jmespath-0.10.0/jmespath/
H A Dvisitor.py61 def __init__(self, dict_cls=None, custom_functions=None): argument