python-2.7.6/include/codecs.h File Reference

codecs.h File Reference
+ この参照ページは、次の概要トピックと関連付けられています。

Functions

 PyAPI_FUNC (int) PyCodec_Register(PyObject *search_function)
 
 PyAPI_FUNC (PyObject *) _PyCodec_Lookup(const char *encoding)
 

Variables

const char * encoding
 
const char const char * errors
 
PyObjectstream
 
PyObjecterror
 

Function Documentation

PyAPI_FUNC ( int  )
PyAPI_FUNC ( PyObject ) const

Variable Documentation

const char * encoding

Definition at line 64 of file codecs.h.

PyObject* error
+ Examples:

Definition at line 142 of file codecs.h.

const char const char * errors

Definition at line 64 of file codecs.h.

PyObject * stream
+ Examples:

Definition at line 122 of file codecs.h.

Go to the source code of this file.