|
Orbits
1
|
Go to the source code of this file.
Macros | |
| #define | PyErr_WarnPy3k(msg, stacklevel) (Py_Py3kWarningFlag ? PyErr_WarnEx(PyExc_DeprecationWarning, msg, stacklevel) : 0) |
| #define | PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1) |
Functions | |
| PyAPI_FUNC (void) _PyWarnings_Init(void) | |
| PyAPI_FUNC (int) PyErr_WarnEx(PyObject * | |
Variables | |
| const char | Py_ssize_t |
| const char const char | int |
| #define PyErr_Warn | ( | category, | |
| msg | |||
| ) | PyErr_WarnEx(category, msg, 1) |
| #define PyErr_WarnPy3k | ( | msg, | |
| stacklevel | |||
| ) | (Py_Py3kWarningFlag ? PyErr_WarnEx(PyExc_DeprecationWarning, msg, stacklevel) : 0) |
| PyAPI_FUNC | ( | void | ) |
|
read |
| const char const char int |
| const char Py_ssize_t |
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.