collaboration.changeset module¶
Class |
Description |
---|---|
Class representing a collection of snapshots in a local database |
- class Changeset[source]
Bases:
object
Class representing a collection of snapshots in a local database
- __init__(handle: LP_BNCollaborationChangeset)[source]
- Parameters:
handle (LP_BNCollaborationChangeset) – FFI handle for internal use
- property author: User
Relevant remote author User
- Returns:
Author User
- property database: Database
Owning database for snapshots
- Returns:
Database object
- property file: RemoteFile
Relevant remote File object
- Returns:
File object
- property name: str
Changeset name
- Returns:
Name string
Changeset¶
- class Changeset[source]¶
Bases:
object
Class representing a collection of snapshots in a local database
- __init__(handle: LP_BNCollaborationChangeset)[source]¶
- Parameters:
handle (LP_BNCollaborationChangeset) – FFI handle for internal use
- property file: RemoteFile¶
Relevant remote File object
- Returns:
File object