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

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
 

Macro Definition Documentation

#define PyErr_Warn (   category,
  msg 
)    PyErr_WarnEx(category, msg, 1)
#define PyErr_WarnPy3k (   msg,
  stacklevel 
)    (Py_Py3kWarningFlag ? PyErr_WarnEx(PyExc_DeprecationWarning, msg, stacklevel) : 0)

Function Documentation

PyAPI_FUNC ( void  )
PyAPI_FUNC ( int  )
read

Variable Documentation

const char const char int
const char Py_ssize_t

Copyright 2014 Google Inc. All rights reserved.