PasteMode¶

-
class
PasteMode¶ Bases:
pybind11_builtins.pybind11_objectSpecify a way to paste the clipboard.
Members:
Insert : Insert the clipboard at the destination frame.
Merge : Merge the clipboard with the destination.
Clear : Clear destination before paste.
Replace : Replace the destination with the clipboard value.
Constructors
__init__Methods
__int____long__Properties
name