module documentation

Qgis Project API.

Class Object Undocumented
Class Store Undocumented
Class StoreType Undocumented
Exception Error Undocumented
Function from_path Undocumented
Function from_store Undocumented
Function from_string Undocumented
Function _from_db Undocumented
Function _from_zipped_bytes Undocumented
Function _to_db Undocumented
Constant _PRJ_EXT Undocumented
Constant _PRJ_TABLE Undocumented
Constant _ZIP_EXT Undocumented
def from_path(path: str) -> Object: (source)

Undocumented

def from_store(root: gws.IRoot, store: Store) -> Object: (source)

Undocumented

def from_string(text: str) -> Object: (source)

Undocumented

def _from_db(root: gws.IRoot, store: Store): (source)

Undocumented

def _from_zipped_bytes(b: bytes) -> Object: (source)

Undocumented

def _to_db(root: gws.IRoot, store: Store, content: bytes): (source)

Undocumented

_PRJ_EXT: str = (source)

Undocumented

Value
'.qgs'
_PRJ_TABLE: str = (source)

Undocumented

Value
'qgis_projects'
_ZIP_EXT: str = (source)

Undocumented

Value
'.qgz'