pyd v0.10.1 (2018-09-20T03:30:51Z)
Home
Dub
Repo
PyErr_WarnExplicit
deimos
python
warnings
_
version(Python_3_4_Or_Later)
extern (
C
)
int
PyErr_WarnExplicit
(
PyObject
*
category
,
const
(
char
)*
message
,
const
(
char
)*
filename
,
int
lineno
,
const
(
char
)*
module_
,
PyObject
*
registry
)
Meta
Source
See Implementation
deimos
python
warnings
functions
PyErr_ResourceWarning
PyErr_WarnEx
PyErr_WarnExplicit
PyErr_WarnFormat
_