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

  /external/libchrome/third_party/jinja2/
compiler.py 511 explicit_caller = None
516 explicit_caller = idx
530 if explicit_caller is not None:
532 node.defaults[explicit_caller - len(node.args)]
    [all...]
runtime.py 496 self.explicit_caller = 'caller' in arguments
548 found_caller = self.explicit_caller

Completed in 129 milliseconds