mitk.find_indexed_properties

mitk.find_indexed_properties#

mitk.find_indexed_properties(provider: object, path: mitk.PropertyKeyPath) dict#

Find indexed property names matching a path with one [*] wildcard.

The wildcard captures the integer selection index. The result maps each captured index to the matching property name on the provider.

Parameters:
Returns:

A dict mapping captured indices (int) to property name strings.

Raises:

ValueError – If path does not contain exactly one wildcard.