Home
last modified time | relevance | path

Searched refs:__oct__ (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_format.py287 def __oct__(self): member in FormatTest.test_format.Foobar
325 def __oct__(self): member in FormatTest.test_invalid_special_methods.X
Dtest_class.py108 def __oct__(self, *args): member in AllTests
502 __oct__ = __int__ variable in ClassTests.testBadTypeReturned.BadTypeClass
/external/python/cpython2/Doc/library/
Dfuture_builtins.rst60 Works like the built-in :func:`oct`, but instead of :meth:`__oct__` it will
/external/python/cpython2/Misc/NEWS.d/
D2.7.13rc1.rst28 __oct__ and __hex__.
/external/python/cpython3/Doc/whatsnew/
D3.0.rst776 * The :meth:`__oct__` and :meth:`__hex__` special methods are removed
D2.6.rst2767 :meth:`__hex__` or :meth:`__oct__` methods, these versions will
/external/python/cpython2/Misc/
Dcheatsheet1202 oct(s) = __oct__(s) hex(s) = __hex__(s)
DHISTORY2779 __oct__, and __hex__ are now checked. Returning an invalid type
/external/python/cpython2/Doc/reference/
Ddatamodel.rst2227 .. method:: object.__oct__(self)
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2763 :meth:`__hex__` or :meth:`__oct__` methods, these versions will
/external/python/cpython3/Misc/
DHISTORY17167 - Removed the __oct__ and __hex__ special methods and added a bin()
20163 __oct__, and __hex__ are now checked. Returning an invalid type