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 | string | Namekey | |
| options | optional { refkeys?: any; } |