Searched defs:newstyle (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_inspect.py | 107 class newstyle(object): pass class 454 def _classify_test(self, newstyle): argument
|
D | test_index.py | 12 class newstyle(object): class
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | intobject.c | 1166 _PyInt_Format(PyIntObject *v, int base, int newstyle) in _PyInt_Format()
|
D | longobject.c | 1453 _PyLong_Format(PyObject *aa, int base, int addL, int newstyle) in _PyLong_Format()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | intobject.c | 1192 _PyInt_Format(PyIntObject *v, int base, int newstyle) in _PyInt_Format()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/ |
D | longobject.c | 1467 _PyLong_Format(PyObject *aa, int base, int addL, int newstyle) in _PyLong_Format()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/ |
D | longobject.c | 1453 _PyLong_Format(PyObject *aa, int base, int addL, int newstyle) in _PyLong_Format()
|