Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/python/src/python.ts>PyObject#setAttr

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

Tries to set the attribute, throws an error otherwise.