Returns the source code of the argument variable.
source_code() → str
from glider import * def query(): functions = ( Functions() .exec(1, 50) ) for func in functions: args = func.arguments() print(args.list()[0].get_variable().source_code()) return functions
Last updated 6 months ago
This site uses cookies to deliver its service and to analyse traffic. By browsing this site, you accept the privacy policy.