Home
last modified time | relevance | path

Searched refs:__hex__ (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Doc/library/
Dfuture_builtins.rst45 Works like the built-in :func:`hex`, but instead of :meth:`__hex__` it will
Dfunctions.rst621 define a __hex__() method that returns a string.
/external/python/cpython2/Lib/test/
Dtest_class.py112 def __hex__(self, *args): member in AllTests
503 __hex__ = __int__ variable in ClassTests.testBadTypeReturned.BadTypeClass
Dtest_format.py327 def __hex__(self): member in FormatTest.test_invalid_special_methods.X
/external/mesa3d/src/compiler/nir/
Dnir_algebraic.py135 def __hex__(self): member in Constant
/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.rst2228 object.__hex__(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