• 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.
52 Return a new :c:type:`PyLongObject` object from a C :c:type:`unsigned long`, or
58 Return a new :c:type:`PyLongObject` object from a C :c:type:`Py_ssize_t`, or
64 Return a new :c:type:`PyLongObject` object from a C :c:type:`size_t`, or
70 Return a new :c:type:`PyLongObject` object from a C :c:type:`long long`, or ``NULL``
76 Return a new :c:type:`PyLongObject` object from a C :c:type:`unsigned long long`,
82 Return a new :c:type:`PyLongObject` object from the integer part of *v*, or
88 Return a new :c:type:`PyLongObject` based on the string value in *str*, which
134 instance of :c:type:`PyLongObject`, first call its :meth:`__index__` or
136 :c:type:`PyLongObject`.
153 instance of :c:type:`PyLongObject`, first call its :meth:`__index__` or
155 :c:type:`PyLongObject`.
177 instance of :c:type:`PyLongObject`, first call its :meth:`__index__` or
179 :c:type:`PyLongObject`.
196 instance of :c:type:`PyLongObject`, first call its :meth:`__index__` or
198 :c:type:`PyLongObject`.
223 be an instance of :c:type:`PyLongObject`.
238 must be an instance of :c:type:`PyLongObject`.
254 an instance of :c:type:`PyLongObject`.
269 must be an instance of :c:type:`PyLongObject`.
284 is not an instance of :c:type:`PyLongObject`, first call its
286 it to a :c:type:`PyLongObject`.
304 is not an instance of :c:type:`PyLongObject`, first call its
306 it to a :c:type:`PyLongObject`.
324 an instance of :c:type:`PyLongObject`.