[semidet]py_is_dict(@Term)True if Term is a Prolog term that represents a Python dict.
- Compatibility
- PIP. The SWI-Prolog version accepts both a SWI-Prolog dict and the
{k:v,...}
representation. See py_dict_as option of
py_call/2.
- Introduced in 9.1.20 (👉30a13aa) Allow returning Python dicts as {K:V,...} terms.