Home
last modified time | relevance | path

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

123456

/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dspecial_methods_T561_py3.pyx30 >>> # Python 3 does not use __oct__ or __hex__, so these methods are
32 >>> vs0_oct = vs0.__oct__
35 AttributeError: 'special_methods_T561_py3.VerySpecial' object has no attribute '__oct__'
67 def __oct__(self): member in VerySpecial
68 print "VS __oct__ %d" % self.value
H A Dspecial_methods_T561_py2.pyx27 >>> # Python 3 does not use __oct__ or __hex__.
28 >>> vs0_oct = vs0.__oct__
30 VS __oct__ 0
100 def __oct__(self): member in VerySpecial
101 print "VS __oct__ %d" % self.value
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dspecial_methods_T561_py3.pyx30 >>> # Python 3 does not use __oct__ or __hex__, so these methods are
32 >>> vs0_oct = vs0.__oct__
35 AttributeError: 'special_methods_T561_py3.VerySpecial' object has no attribute '__oct__'
67 def __oct__(self): member in VerySpecial
68 print "VS __oct__ %d" % self.value
H A Dspecial_methods_T561_py2.pyx27 >>> # Python 3 does not use __oct__ or __hex__.
28 >>> vs0_oct = vs0.__oct__
30 VS __oct__ 0
100 def __oct__(self): member in VerySpecial
101 print "VS __oct__ %d" % self.value
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_format.py287 def __oct__(self): member in FormatTest.test_format.Foobar
325 def __oct__(self): member in FormatTest.test_invalid_special_methods.X
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_format.py287 def __oct__(self): member in FormatTest.test_format.Foobar
325 def __oct__(self): member in FormatTest.test_invalid_special_methods.X
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/bindings/interface/
H A DSBAddress.i162 def __oct__(self):
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/bindings/interface/
H A DSBAddress.i169 def __oct__(self):
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/bindings/interface/
H A DSBAddress.i169 def __oct__(self):
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/bindings/interface/
H A DSBAddress.i169 def __oct__(self):
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/bindings/interface/
H A DSBAddress.i169 def __oct__(self):
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/bindings/interface/
H A DSBAddress.i169 def __oct__(self):
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/bindings/interface/
H A DSBAddress.i169 def __oct__(self):
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/bindings/interface/
H A DSBAddress.i169 def __oct__(self):
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/bindings/interface/
H A DSBAddress.i169 def __oct__(self):
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/bindings/interface/
H A DSBAddress.i169 def __oct__(self):
/dports/editors/micro/micro-2.0.10/vendor/github.com/zyedidia/highlight/syntax_files/
H A Dpython3.yaml15 …_dict__|__long__|__lshift__|__mod__|__mul__|__neg__|__next__|__nonzero__|__oct__|__or__|__pos__|__…
H A Dpython2.yaml16 …invert__|__len__|__long__|__lshift__|__mod__|__mul__|__neg__|__nonzero__|__oct__|__or__|__pos__|__…
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/third_party/2and3/werkzeug/
H A Dlocal.pyi85 __oct__: Any
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/Werkzeug/werkzeug/
H A Dlocal.pyi85 __oct__: Any
/dports/devel/py-types-Werkzeug/types-Werkzeug-1.0.9/werkzeug-stubs/
H A Dlocal.pyi85 __oct__: Any
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2and3/werkzeug/
H A Dlocal.pyi85 __oct__: Any
/dports/lang/python-legacy/Python-2.7.18/Doc/library/
H A Dfuture_builtins.rst60 Works like the built-in :func:`oct`, but instead of :meth:`__oct__` it will
/dports/lang/python27/Python-2.7.18/Doc/library/
H A Dfuture_builtins.rst60 Works like the built-in :func:`oct`, but instead of :meth:`__oct__` it will
/dports/editors/micro/micro-2.0.10/runtime/syntax/
H A Dpython2.yaml16 …invert__|__len__|__long__|__lshift__|__mod__|__mul__|__neg__|__nonzero__|__oct__|__or__|__pos__|__…

123456