armi.bookkeeping.db.database3 module

Temporary placeholder, to support backwards compatibility of the API.

We are moving from the name “Database3” to just “Database”. As this is an API breaking change, this file exists to streamline and ease the transition.

class armi.bookkeeping.db.database3.Database3(fileName: PathLike, permission: str)[source]

Bases: Database

Temporary placeholder to ease the API-breaking transition from Database3 to Database.

Create a new Database object.

Parameters:
  • fileName – name of the file

  • permission – file permissions, write (“w”) or read (“r”)

h5db: Optional[File]