• Home
  • Raw
  • Download

Lines Matching refs:ob

19 .. c:function:: int PyDate_Check(PyObject *ob)
21 Return true if *ob* is of type :c:data:`PyDateTime_DateType` or a subtype of
22 :c:data:`PyDateTime_DateType`. *ob* must not be *NULL*.
27 .. c:function:: int PyDate_CheckExact(PyObject *ob)
29 Return true if *ob* is of type :c:data:`PyDateTime_DateType`. *ob* must not be
35 .. c:function:: int PyDateTime_Check(PyObject *ob)
37 Return true if *ob* is of type :c:data:`PyDateTime_DateTimeType` or a subtype of
38 :c:data:`PyDateTime_DateTimeType`. *ob* must not be *NULL*.
43 .. c:function:: int PyDateTime_CheckExact(PyObject *ob)
45 Return true if *ob* is of type :c:data:`PyDateTime_DateTimeType`. *ob* must not
51 .. c:function:: int PyTime_Check(PyObject *ob)
53 Return true if *ob* is of type :c:data:`PyDateTime_TimeType` or a subtype of
54 :c:data:`PyDateTime_TimeType`. *ob* must not be *NULL*.
59 .. c:function:: int PyTime_CheckExact(PyObject *ob)
61 Return true if *ob* is of type :c:data:`PyDateTime_TimeType`. *ob* must not be
67 .. c:function:: int PyDelta_Check(PyObject *ob)
69 Return true if *ob* is of type :c:data:`PyDateTime_DeltaType` or a subtype of
70 :c:data:`PyDateTime_DeltaType`. *ob* must not be *NULL*.
75 .. c:function:: int PyDelta_CheckExact(PyObject *ob)
77 Return true if *ob* is of type :c:data:`PyDateTime_DeltaType`. *ob* must not be
83 .. c:function:: int PyTZInfo_Check(PyObject *ob)
85 Return true if *ob* is of type :c:data:`PyDateTime_TZInfoType` or a subtype of
86 :c:data:`PyDateTime_TZInfoType`. *ob* must not be *NULL*.
91 .. c:function:: int PyTZInfo_CheckExact(PyObject *ob)
93 Return true if *ob* is of type :c:data:`PyDateTime_TZInfoType`. *ob* must not be