Skip to main content
function = notte.Function("<user-shared-function-id>")
forked_function = function.fork()
forked_function.run()
The forked function is only accessible to you and you can update it as you want

Returns

NotteFunction