collaboration.changeset module¶
Class representing a collection of snapshots in a local database |
- class Changeset(database: Database | None = None, file: RemoteFile | None = None, snapshot_ids: List[int] | None = None, author: User | None = None, handle=None)[source]¶
Bases:
object
Class representing a collection of snapshots in a local database
- Parameters:
database (binaryninja.Database | None) –
file (RemoteFile | None) –
author (User | None) –
- property file: RemoteFile¶
Relevant remote File object
- Returns:
File object