Skip to content

StaticMethodDeclaration

A Python static method declaration component.

import { StaticMethodDeclaration } from "@alloy-js/python";
<StaticMethodDeclaration abstract async />
abstractoptionalboolean
asyncoptionalboolean

Indicates that the function is async.