• Home
  • Raw
  • Download

Lines Matching refs:ob

28 .. c:function:: int PyDate_Check(PyObject *ob)
30 Return true if *ob* is of type :c:data:`PyDateTime_DateType` or a subtype of
31 :c:data:`PyDateTime_DateType`. *ob* must not be ``NULL``. This function always
35 .. c:function:: int PyDate_CheckExact(PyObject *ob)
37 Return true if *ob* is of type :c:data:`PyDateTime_DateType`. *ob* must not be
41 .. c:function:: int PyDateTime_Check(PyObject *ob)
43 Return true if *ob* is of type :c:data:`PyDateTime_DateTimeType` or a subtype of
44 :c:data:`PyDateTime_DateTimeType`. *ob* must not be ``NULL``. This function always
48 .. c:function:: int PyDateTime_CheckExact(PyObject *ob)
50 Return true if *ob* is of type :c:data:`PyDateTime_DateTimeType`. *ob* must not
54 .. c:function:: int PyTime_Check(PyObject *ob)
56 Return true if *ob* is of type :c:data:`PyDateTime_TimeType` or a subtype of
57 :c:data:`PyDateTime_TimeType`. *ob* must not be ``NULL``. This function always
61 .. c:function:: int PyTime_CheckExact(PyObject *ob)
63 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``. This function always
74 .. c:function:: int PyDelta_CheckExact(PyObject *ob)
76 Return true if *ob* is of type :c:data:`PyDateTime_DeltaType`. *ob* must not be
80 .. c:function:: int PyTZInfo_Check(PyObject *ob)
82 Return true if *ob* is of type :c:data:`PyDateTime_TZInfoType` or a subtype of
83 :c:data:`PyDateTime_TZInfoType`. *ob* must not be ``NULL``. This function always
87 .. c:function:: int PyTZInfo_CheckExact(PyObject *ob)
89 Return true if *ob* is of type :c:data:`PyDateTime_TZInfoType`. *ob* must not be