python-2.7.11/Include/unicodeobject.h File Reference

unicodeobject.h File Reference
#include <stdarg.h>
#include <ctype.h>
#include <wchar.h>

Macros

#define PyUnicode_Check(op)    0
 
#define PyUnicode_CheckExact(op)    0
 

Macro Definition Documentation

#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.

Go to the source code of this file.