Lines Matching refs:PyLongObject
11 .. c:type:: PyLongObject
26 Return true if its argument is a :c:type:`PyLongObject` or a subtype of
27 :c:type:`PyLongObject`.
35 Return true if its argument is a :c:type:`PyLongObject`, but not a subtype of
36 :c:type:`PyLongObject`.
43 Return a new :c:type:`PyLongObject` object from *v*, or *NULL* on failure.
48 Return a new :c:type:`PyLongObject` object from a C :c:type:`unsigned long`, or
54 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
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 is