Searched defs:newstyle (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/third_party/jinja2/ |
D | ext.py | 181 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/ |
D | datamodel.rst | 1112 .. _newstyle: target in The standard type hierarchy
|
/external/python/cpython3/Lib/test/ |
D | test_index.py | 6 class newstyle: class
|
/external/python/cpython2/Lib/test/ |
D | test_inspect.py | 111 class newstyle(object): pass class 553 def _classify_test(self, newstyle): argument
|
D | test_index.py | 12 class newstyle(object): class
|
/external/python/cpython2/Objects/ |
D | intobject.c | 1188 _PyInt_Format(PyIntObject *v, int base, int newstyle) in _PyInt_Format()
|
D | longobject.c | 1455 _PyLong_Format(PyObject *aa, int base, int addL, int newstyle) in _PyLong_Format()
|