Home
last modified time | relevance | path

Searched defs:newstyle (Results 1 – 9 of 9) 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/jinja/src/jinja2/
Dext.py192 def _install(self, translations, newstyle=None): argument
203 def _install_null(self, newstyle=None): argument
208 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()
/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/
DPythonDataObjectsTests.cpp758 auto newstyle = As<PythonCallable>(globals.GetItem("NewStyle")); in TEST_F() local