Contents:
Provides utility functions for handling hstore-formatted strings.
Added in version 3.4.
Bases: object
object
Build a hstore-formatted string from a QVariantMap.
map (Dict[str, Any]) – The map to format as a string
str
Returns a QVariantMap object containing the key and values from a hstore-formatted string.
string (Optional[str]) – The hstored-formatted string
Dict[str, Any]