Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Classes | Macros | Functions
genobject.h File Reference

Go to the source code of this file.

Classes

struct  PyGenObject
 

Macros

#define PyGen_Check(op)   PyObject_TypeCheck(op, &PyGen_Type)
 
#define PyGen_CheckExact(op)   (Py_TYPE(op) == &PyGen_Type)
 

Functions

 PyAPI_DATA (PyTypeObject) PyGen_Type
 
 PyAPI_FUNC (PyObject *) PyGen_New(struct _frame *)
 
 PyAPI_FUNC (int) PyGen_NeedsFinalizing(PyGenObject *)
 

Macro Definition Documentation

#define PyGen_Check (   op)    PyObject_TypeCheck(op, &PyGen_Type)
#define PyGen_CheckExact (   op)    (Py_TYPE(op) == &PyGen_Type)

Function Documentation

PyAPI_DATA ( PyTypeObject  )
PyAPI_FUNC ( PyObject )
read
PyAPI_FUNC ( int  )
read

Copyright 2014 Google Inc. All rights reserved.