PyNestedPropsIterable
Methods
| Method | Description |
|---|---|
as_dict | Convert properties view to a dict. |
get | Get property value. |
items | Get a list of key-value pairs. |
keys | Get the names for all properties. |
values | Get the values of the properties. |
Properties
| Property | Description |
|---|---|
temporal | Get a view of the temporal properties only. |
Method Details
as_dict
Convert properties view to a dict.
get
Signature: get(key)
Get property value.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
key | str | - | the name of the property. |
Returns
| Type | Description |
|---|---|
PyPropValueListList |
items
Get a list of key-value pairs.
keys
Get the names for all properties.
Returns
| Type | Description |
|---|---|
list[Str] |
values
Get the values of the properties.
Returns
| Type | Description |
|---|---|
| list[list[list[PropValue]]] |
Property Details
temporal
Get a view of the temporal properties only.
Returns
| Type | Description |
|---|---|
list[list[temporalprop]] |