Searched defs:newstyle (Results 1 – 6 of 6) sorted by relevance
/external/libmojo/third_party/jinja2/ |
D | ext.py | 179 def _install(self, translations, newstyle=None): argument 188 def _install_null(self, newstyle=None): argument 195 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/cpython2/Lib/test/ |
D | test_inspect.py | 110 class newstyle(object): pass class 522 def _classify_test(self, newstyle): argument
|
D | test_index.py | 12 class newstyle(object): class
|
/external/python/cpython2/Objects/ |
D | intobject.c | 1185 _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()
|