HomeSort by relevance Sort by last modified time
    Searched refs:n_stmt (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_print.py 73 n_stmt = Call(Name(u"print"), l_args)
74 n_stmt.prefix = node.prefix
75 return n_stmt
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_print.py 73 n_stmt = Call(Name(u"print"), l_args)
74 n_stmt.prefix = node.prefix
75 return n_stmt
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_print.py 73 n_stmt = Call(Name("print"), l_args)
74 n_stmt.prefix = node.prefix
75 return n_stmt

Completed in 303 milliseconds