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

Method _process_custom_annotations

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

Source from the content-addressed store, hash-verified

712 is_app_folder = bb.Attribute("is_app_folder")
713
714 def _process_custom_annotations(self, annotation_type, field_path, processor):
715 super(ApiApp, self)._process_custom_annotations(annotation_type, field_path, processor)
716
717ApiApp_validator = bv.Struct(ApiApp)
718

Calls

no outgoing calls

Tested by

no test coverage detected