Modified2To3File

/**
* @brief A modified python file.
*/

Inherit from Modified2To3FileDO

Primary key: element_oid: int

schema Modified2To3File extends Modified2To3FileDO {
  @primary element_oid: int,
  relative_path: string
}

Modified2To3File::getRelativePath

/**
* @brief gets the relative path of this element.
* @return string
*/
pub fn getRelativePath(self: Modified2To3File) -> string;

Modified2To3File::__all__

Data constraint method.

pub fn __all__(db: PythonDB) -> *Modified2To3File;