Contents:
Bases: simplewrapper
simplewrapper
Build a hstore-formatted string from a QVariantMap.
map (Dict[str, Any]) – The map to format as a string
Added in version 3.4.
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]