table
TableEntity
#
Bases: AssetEntity
The table entity.
Attributes:
Name | Type | Description |
---|---|---|
asset_path |
Path
|
Path of the asset file |
Source code in cogip/entities/table.py
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
|
__init__(parent=None)
#
Class constructor.
Inherits AssetEntity.
Source code in cogip/entities/table.py
18 19 20 21 22 23 24 25 |
|