Home
last modified time | relevance | path

Searched refs:to_source (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcodeparser.py218 funcstr = codegen.to_source(func)
219 argstr = codegen.to_source(arg)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/
H A Dcodegen.py58 def to_source(node, indent_with=' ' * 4, add_line_information=False): function