PyNestedPropsIterable

Methods

MethodDescription
as_dictConvert properties view to a dict.
getGet property value.
itemsGet a list of key-value pairs.
keysGet the names for all properties.
valuesGet the values of the properties.

Properties

PropertyDescription
temporalGet 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

NameTypeDefaultDescription
keystr-the name of the property.

Returns

TypeDescription
PyPropValueListList

items

Get a list of key-value pairs.

keys

Get the names for all properties.

Returns

TypeDescription
list[Str]

values

Get the values of the properties.

Returns

TypeDescription
list[list[list[PropValue]]]

Property Details

temporal

Get a view of the temporal properties only.

Returns

TypeDescription
list[list[temporalprop]]