MCPcopy Index your code
hub / github.com/dropbox/dropbox-sdk-python / update

Method update

dropbox/files.py:10797–10805  ·  view source on GitHub ↗

Create an instance of this class set to the ``update`` tag with value ``val``. :param str val: :rtype: WriteMode

(cls, val)

Source from the content-addressed store, hash-verified

10795
10796 @classmethod
10797 def update(cls, val):
10798 """
10799 Create an instance of this class set to the ``update`` tag with value
10800 ``val``.
10801
10802 :param str val:
10803 :rtype: WriteMode
10804 """
10805 return cls('update', val)
10806
10807 def is_add(self):
10808 """

Callers 7

async_.pyFile · 0.45
files.pyFile · 0.45
team.pyFile · 0.45
file_properties.pyFile · 0.45
request_json_stringMethod · 0.45
sharing.pyFile · 0.45
paper.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected