createMethodSymbol
Creates a method symbol in a class. Validates that the current scope is a member scope.
import { createMethodSymbol } from "@alloy-js/python";
function createMethodSymbol(name: string | Namekey, options?: { refkeys?: any;}): PythonOutputSymbol;
Parameters
Section titled “Parameters”name |
|
options | optional
|
Returns
Section titled “Returns”[unresolved link]