Home
last modified time | relevance | path

Searched defs:newstyle (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/third_party/jinja2/
Dext.py181 def _install(self, translations, newstyle=None): argument
190 def _install_null(self, newstyle=None): argument
197 def _install_callables(self, gettext, ngettext, newstyle=None): argument
/external/python/cpython2/Doc/reference/
Ddatamodel.rst1112 .. _newstyle: target in The standard type hierarchy
/external/python/cpython3/Lib/test/
Dtest_index.py6 class newstyle: class
/external/python/cpython2/Lib/test/
Dtest_inspect.py111 class newstyle(object): pass class
553 def _classify_test(self, newstyle): argument
Dtest_index.py12 class newstyle(object): class
/external/python/cpython2/Objects/
Dintobject.c1188 _PyInt_Format(PyIntObject *v, int base, int newstyle) in _PyInt_Format()
Dlongobject.c1455 _PyLong_Format(PyObject *aa, int base, int addL, int newstyle) in _PyLong_Format()