|
|
@@ -115,4 +115,4 @@ You can also use `check_` prefix functions assert the type of a `PyObject*`,
|
|
|
which will throw `TypeError` on failure.
|
|
|
|
|
|
+ `void check_type(PyObject* obj, Type type)`
|
|
|
-+ `void check_non_tagged_type(PyObject* obj, Type type)`
|
|
|
++ `void check_non_tagged_type(PyObject* obj, Type type)`
|