MCPcopy Create free account
hub / github.com/dropbox/dropbox-sdk-python / _process_custom_annotations

Method _process_custom_annotations

dropbox/team.py:894–895  ·  view source on GitHub ↗
(self, annotation_type, field_path, processor)

Source from the content-addressed store, hash-verified

892 return self._tag == 'other'
893
894 def _process_custom_annotations(self, annotation_type, field_path, processor):
895 super(CustomQuotaError, self)._process_custom_annotations(annotation_type, field_path, processor)
896
897CustomQuotaError_validator = bv.Union(CustomQuotaError)
898

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected