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

  /external/libchrome/third_party/markupsafe/
_speedups.c 131 /* if the object has an __html__ method that performs the escaping */
132 html = PyObject_GetAttrString(text, "__html__");
  /external/libchrome/third_party/jinja2/
filters.py 89 if hasattr(value, '__html__'):
90 value = value.__html__()
135 if hasattr(old, '__html__') or hasattr(new, '__html__') and \
136 not hasattr(s, '__html__'):
409 if not hasattr(d, '__html__'):
413 if hasattr(item, '__html__'):
696 if hasattr(value, '__html__'):
697 value = value.__html__()
    [all...]
nativetypes.py 91 if hasattr(const, '__html__'):
92 const = const.__html__()
environment.py 1157 def __html__(self): member in class:TemplateModule
    [all...]
compiler.py     [all...]

Completed in 632 milliseconds