Create an instance of this class set to the ``update`` tag with value ``val``. :param str val: :rtype: WriteMode
(cls, val)
| 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 | """ |
no outgoing calls
no test coverage detected