Home
last modified time | relevance | path

Searched refs:_CUSTOM_FIELD_CODECS (Results 1 – 1 of 1) sorted by relevance

/external/python/apitools/apitools/base/py/
Dencoding.py56 _CUSTOM_FIELD_CODECS = {} variable
79 _CUSTOM_FIELD_CODECS[field] = _Codec(encoder=encoder, decoder=decoder)
269 getattr(_CUSTOM_FIELD_CODECS.get(field), attr, None),