#include <stdarg.h>
#include <ctype.h>
Macros | |
#define | PyUnicode_Check(op) 0 |
#define | PyUnicode_CheckExact(op) 0 |
#define PyUnicode_Check | ( | op | ) | 0 |
Definition at line 65 of file unicodeobject.h.
#define PyUnicode_CheckExact | ( | op | ) | 0 |
Definition at line 66 of file unicodeobject.h.