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

  /external/chromium_org/third_party/jinja2/
optimizer.py 20 from jinja2.visitor import NodeTransformer
30 class Optimizer(NodeTransformer):
visitor.py 47 class NodeTransformer(NodeVisitor):
50 The `NodeTransformer` will walk the AST and use the return value of the
  /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):

Completed in 125 milliseconds