Skip to main content
Module

x/python/mod.ts>PyObject#getAttr

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

Same as maybeGetAttr, but throws an error if the attribute is not found.

Parameters

name: string