• Home
  • Raw
  • Download

Lines Matching refs:PyLongObject

16 .. c:type:: PyLongObject
29 Return true if its argument is a :c:type:`PyLongObject` or a subtype of
30 :c:type:`PyLongObject`.
35 Return true if its argument is a :c:type:`PyLongObject`, but not a subtype of
36 :c:type:`PyLongObject`.
41 Return a new :c:type:`PyLongObject` object from *v*, or ``NULL`` on failure.
50 Return a new :c:type:`PyLongObject` object from a C :c:type:`unsigned long`, or
56 Return a new :c:type:`PyLongObject` object from a C :c:type:`Py_ssize_t`, or
62 Return a new :c:type:`PyLongObject` object from a C :c:type:`size_t`, or
68 Return a new :c:type:`PyLongObject` object from a C :c:type:`long long`, or ``NULL``
74 Return a new :c:type:`PyLongObject` object from a C :c:type:`unsigned long long`,
80 Return a new :c:type:`PyLongObject` object from the integer part of *v*, or
86 Return a new :c:type:`PyLongObject` based on the string value in *str*, which
128 instance of :c:type:`PyLongObject`, first call its :meth:`__index__` or
130 :c:type:`PyLongObject`.
147 instance of :c:type:`PyLongObject`, first call its :meth:`__index__` or
149 :c:type:`PyLongObject`.
171 instance of :c:type:`PyLongObject`, first call its :meth:`__index__` or
173 :c:type:`PyLongObject`.
190 instance of :c:type:`PyLongObject`, first call its :meth:`__index__` or
192 :c:type:`PyLongObject`.
217 be an instance of :c:type:`PyLongObject`.
232 must be an instance of :c:type:`PyLongObject`.
248 an instance of :c:type:`PyLongObject`.
263 must be an instance of :c:type:`PyLongObject`.
278 is not an instance of :c:type:`PyLongObject`, first call its
280 it to a :c:type:`PyLongObject`.
298 is not an instance of :c:type:`PyLongObject`, first call its
300 it to a :c:type:`PyLongObject`.
318 an instance of :c:type:`PyLongObject`.