Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/misc/
Detree.py63 import __pypy__
65 __pypy__ = None variable
66 _dict_is_ordered = bool(PY36 or __pypy__)
67 del PY36, __pypy__
/external/libchrome/third_party/jinja2/
Ddebug.py22 from __pypy__ import tproxy
/external/python/cffi/doc/source/
Dusing.rst514 ``__pypy__.add_memory_pressure(n)``. Its argument ``n`` is an estimate
517 similar, you would call ``__pypy__.add_memory_pressure(n)`` after
523 ``__pypy__.add_memory_pressure(n)`` with an argument ``n`` that is an
528 ``__pypy__.add_memory_pressure()`` in the former even if the user may
541 try calling ``__pypy__.add_memory_pressure()`` anyway; it is better to
/external/scapy/scapy/
Dconfig.py332 import __pypy__