We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Let's say I have a Fire exposed function
def X(paramA): return {'paramA': paramA}
Fire will automatically print out the function return to the screen. It is possible to suppress the printing of function return?
Let's say I have a Fire exposed function
def X(paramA):
return {'paramA': paramA}
Fire will automatically print out the function return to the screen. It is possible to suppress the printing of function return?