Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/python/mod.ts>PyObject#asDict

๐Ÿ Python interpreter bindings for Deno and Bun.
Latest
method PyObject.prototype.asDict
import { PyObject } from "https://deno.land/x/python@0.4.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.