Skip to content

createFunctionSymbol

Creates a function symbol in the current scope.

import { createFunctionSymbol } from "@alloy-js/python";
function createFunctionSymbol(name: string | Namekey, options?: {
refkeys?: any;
}): PythonOutputSymbol;
name

string | Namekey

optionsoptional

{ refkeys?: any; }

[unresolved link]