getRecursionLimit
getRecursionLimit():
number
Defined in: packages/pythonlib/src/sys.ts:144
Return the current recursion limit. In JavaScript, this is effectively unlimited, but we return a reasonable default.
Returns
number
getRecursionLimit():
number
Defined in: packages/pythonlib/src/sys.ts:144
Return the current recursion limit. In JavaScript, this is effectively unlimited, but we return a reasonable default.
number