Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/python/mod.ts>PyObject#asDict

🐍 Python interpreter bindings for Deno.
Go to Latest
method PyObject.prototype.asDict
import { PyObject } from "https://deno.land/x/python@0.2.3/mod.ts";

Casts a Dict Python object as JS Map value.

Note: from supports converting both Map and Object to Python Dict. But this only supports returning a Map.