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

Method _process_custom_annotations

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

Source from the content-addressed store, hash-verified

78 updated = bb.Attribute("updated", nullable=True)
79
80 def _process_custom_annotations(self, annotation_type, field_path, processor):
81 super(DeviceSession, self)._process_custom_annotations(annotation_type, field_path, processor)
82
83DeviceSession_validator = bv.Struct(DeviceSession)
84

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected