format_function_call

pyvo.registry.rtcons.format_function_call(func_name, args)[source]

make an ADQL literal for a function call with arguments.

Parameters
func_namestr

the name of the function to call.

argssequence of anything

python values for the arguments for the function.

Returns
str

ADQL ready for inclusion into a query.