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