EnumerableMap in python

Good Morning,

In Basic I am calling EnumerableMap in this manner:

projMap = com.sun.star.container.EnumerableMap.create("long", "any")

How can I use the EnumerableMap object in Python? Thank you.

In Python you have dictionaries.

1 Like

thank you very much for your assistance