TransactionOperationType

class TransactionOperationType

The type of a TransactionOperation.

Methods

class TransactionOperationType
to_string(kind: TransactionOperationType) str

Converts the operation type to a string.

Parameters:

kind – a TransactionOperationType

Fields

class TransactionOperationType
INSTALL

Install a ref from a remote

INSTALL_BUNDLE

Install a bundle from a file

LAST_TYPE

The (currently) last operation type

UNINSTALL

Uninstall a ref

UPDATE

Update an installed ref