6.1.2.1. aequilibrae.project.About¶
- class aequilibrae.project.About(conn: sqlite3.Connection)¶
Bases:
object
Provides an interface for querying and editing the about table of an AequilibraE project
p = Project() p.open('my/project/folder') about = p.about about.description = 'This is the example project. Do not use for forecast' about.write_back()
- __init__(conn: sqlite3.Connection)¶
Methods
__init__
(conn)add_info_field
(info_field)Adds new information field to the model
create
()Creates the 'about' table for project files that did not previously contain it
list_fields
()Returns a list of all characteristics the about table holds
write_back
()Saves the information parameters back to the project database
- __init__(conn: sqlite3.Connection)¶