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`. This function always succeeds.
35 Return true if its argument is a :c:type:`PyLongObject`, but not a subtype of
36 :c:type:`PyLongObject`. This function always succeeds.
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
119 instance of :c:type:`PyLongObject`, first call its :meth:`__index__` method
120 (if present) to convert it to a :c:type:`PyLongObject`.
137 instance of :c:type:`PyLongObject`, first call its :meth:`__index__`
138 method (if present) to convert it to a :c:type:`PyLongObject`.
160 instance of :c:type:`PyLongObject`, first call its :meth:`__index__` method
161 (if present) to convert it to a :c:type:`PyLongObject`.
178 instance of :c:type:`PyLongObject`, first call its :meth:`__index__` method
179 (if present) to convert it to a :c:type:`PyLongObject`.
204 be an instance of :c:type:`PyLongObject`.
219 must be an instance of :c:type:`PyLongObject`.
235 an instance of :c:type:`PyLongObject`.
250 must be an instance of :c:type:`PyLongObject`.
265 an instance of :c:type:`PyLongObject`, first call its :meth:`__index__`
266 method (if present) to convert it to a :c:type:`PyLongObject`.
284 is not an instance of :c:type:`PyLongObject`, first call its
286 :c:type:`PyLongObject`.
304 an instance of :c:type:`PyLongObject`.