Orbits
1
|
#include <stdarg.h>
Go to the source code of this file.
Classes | |
struct | PyBaseExceptionObject |
struct | PySyntaxErrorObject |
struct | PySystemExitObject |
struct | PyEnvironmentErrorObject |
Macros | |
#define | _PyErr_OCCURRED() (_PyThreadState_Current->curexc_type) |
#define | PyExceptionClass_Check(x) |
#define | PyExceptionInstance_Check(x) |
#define | PyExceptionClass_Name(x) |
#define | PyExceptionInstance_Class(x) |
#define | PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__) |
Functions | |
PyAPI_FUNC (void) PyErr_SetNone(PyObject *) | |
PyObject const char * | PyAPI_FUNC (PyObject *) PyErr_Occurred(void) |
PyAPI_FUNC (int) PyErr_GivenExceptionMatches(PyObject * | |
PyAPI_DATA (PyObject *) PyExc_BaseException | |
PyObject const char const char | Py_GCC_ATTRIBUTE ((format(printf, 2, 3))) |
int | PySignal_SetWakeupFd (int fd) |
size_t const char | Py_GCC_ATTRIBUTE ((format(printf, 3, 4))) |
size_t const char va_list va | Py_GCC_ATTRIBUTE ((format(printf, 3, 0))) |
Variables | |
int | lineno |
PyObject * | base |
PyObject PyObject * | dict |
char * | doc |
int | |
size_t | size |
size_t const char * | format |
#define _PyErr_OCCURRED | ( | ) | (_PyThreadState_Current->curexc_type) |
#define PyErr_BadInternalCall | ( | ) | _PyErr_BadInternalCall(__FILE__, __LINE__) |
#define PyExceptionClass_Check | ( | x | ) |
#define PyExceptionClass_Name | ( | x | ) |
#define PyExceptionInstance_Check | ( | x | ) |
#define PyExceptionInstance_Class | ( | x | ) |
PyAPI_DATA | ( | PyObject * | ) |
PyAPI_FUNC | ( | void | ) |
|
read |
char PyObject* base |
char* doc |
size_t const char* format |
int |
int lineno |
size_t size |
Copyright 2014 Google Inc. All rights reserved.