HomeSort by relevance Sort by last modified time
    Searched refs:add_kwarg (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 68 self.add_kwarg(l_args, u"sep", String(repr(sep)))
70 self.add_kwarg(l_args, u"end", String(repr(end)))
72 self.add_kwarg(l_args, u"file", file)
77 def add_kwarg(self, l_nodes, s_kwd, n_expr): member in class:FixPrint
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_print.py 68 self.add_kwarg(l_args, u"sep", String(repr(sep)))
70 self.add_kwarg(l_args, u"end", String(repr(end)))
72 self.add_kwarg(l_args, u"file", file)
77 def add_kwarg(self, l_nodes, s_kwd, n_expr): member in class:FixPrint
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_print.py 68 self.add_kwarg(l_args, "sep", String(repr(sep)))
70 self.add_kwarg(l_args, "end", String(repr(end)))
72 self.add_kwarg(l_args, "file", file)
77 def add_kwarg(self, l_nodes, s_kwd, n_expr): member in class:FixPrint

Completed in 670 milliseconds