Wizards Magic  3.2.20
MTG based computer game
 All Classes Namespaces Files Functions Variables Typedefs Macros
Public Attributes | List of all members
_PyEncoderObject Struct Reference

Public Attributes

PyObject_HEAD PyObject * markers
 
PyObject * defaultfn
 
PyObject * encoder
 
PyObject * indent
 
PyObject * key_separator
 
PyObject * item_separator
 
PyObject * sort_keys
 
PyObject * skipkeys
 
PyObject * key_memo
 
int fast_encode
 
int allow_nan
 
int use_decimal
 

Member Data Documentation

int _PyEncoderObject::allow_nan
PyObject* _PyEncoderObject::defaultfn
PyObject* _PyEncoderObject::encoder
int _PyEncoderObject::fast_encode
PyObject* _PyEncoderObject::indent
PyObject* _PyEncoderObject::item_separator
PyObject* _PyEncoderObject::key_memo
PyObject* _PyEncoderObject::key_separator
PyObject_HEAD PyObject* _PyEncoderObject::markers
PyObject* _PyEncoderObject::skipkeys
PyObject* _PyEncoderObject::sort_keys
int _PyEncoderObject::use_decimal

The documentation for this struct was generated from the following file: