Searched refs:to_source (Results 1 – 2 of 2) sorted by relevance
249 funcstr = codegen.to_source(func)250 argstr = codegen.to_source(arg)
58 def to_source(node, indent_with=' ' * 4, add_line_information=False): function