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;
namestring | Namekey
optionsoptional { refkeys?: any; }
PythonOutputSymbol