Home
last modified time | relevance | path

Searched refs:__bool__ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/jinja2/
Dlexer.py308 def __bool__(self): member in TokenStream
310 __nonzero__ = __bool__ # py2
Druntime.py575 __ne__ = __bool__ = __hash__ = \
/external/chromium_org/third_party/cython/src/Cython/Tempita/
D_tempita.py626 def __bool__(self): member in _Empty
630 __nonzero__ = __bool__
/external/chromium_org/third_party/cython/src/Cython/Debugger/
Dlibcython.py509 __bool__ = __nonzero__ # python 3 variable in CythonParameter