HomeSort by relevance Sort by last modified time
    Searched defs:NodeTransformer (Results 1 - 12 of 12) sorted by null

  /external/libmojo/third_party/jinja2/
visitor.py 47 class NodeTransformer(NodeVisitor):
50 The `NodeTransformer` will walk the AST and use the return value of the
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
ast.py 233 traversing. For this a special visitor exists (`NodeTransformer`) that
254 class NodeTransformer(NodeVisitor):
259 The `NodeTransformer` will walk the AST and use the return value of the
268 class RewriteName(NodeTransformer):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ast.py 233 traversing. For this a special visitor exists (`NodeTransformer`) that
254 class NodeTransformer(NodeVisitor):
259 The `NodeTransformer` will walk the AST and use the return value of the
268 class RewriteName(NodeTransformer):
  /external/python/cpython2/Lib/
ast.py 233 traversing. For this a special visitor exists (`NodeTransformer`) that
254 class NodeTransformer(NodeVisitor):
259 The `NodeTransformer` will walk the AST and use the return value of the
268 class RewriteName(NodeTransformer):
  /external/python/cpython3/Lib/
ast.py 245 traversing. For this a special visitor exists (`NodeTransformer`) that
266 class NodeTransformer(NodeVisitor):
271 The `NodeTransformer` will walk the AST and use the return value of the
280 class RewriteName(NodeTransformer):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ast.py 233 traversing. For this a special visitor exists (`NodeTransformer`) that
254 class NodeTransformer(NodeVisitor):
259 The `NodeTransformer` will walk the AST and use the return value of the
268 class RewriteName(NodeTransformer):
  /prebuilts/gdb/linux-x86/lib/python2.7/
ast.py 233 traversing. For this a special visitor exists (`NodeTransformer`) that
254 class NodeTransformer(NodeVisitor):
259 The `NodeTransformer` will walk the AST and use the return value of the
268 class RewriteName(NodeTransformer):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ast.py 233 traversing. For this a special visitor exists (`NodeTransformer`) that
254 class NodeTransformer(NodeVisitor):
259 The `NodeTransformer` will walk the AST and use the return value of the
268 class RewriteName(NodeTransformer):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ast.py 233 traversing. For this a special visitor exists (`NodeTransformer`) that
254 class NodeTransformer(NodeVisitor):
259 The `NodeTransformer` will walk the AST and use the return value of the
268 class RewriteName(NodeTransformer):
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
_ast_util.py 261 traversing. For this a special visitor exists (`NodeTransformer`) that
292 class NodeTransformer(NodeVisitor):
296 The `NodeTransformer` will walk the AST and use the return value of the
305 class RewriteName(NodeTransformer):
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 398 milliseconds