#include <pytypes.h>
Definition at line 504 of file pytypes.h.
◆ error_fetch_and_normalize() [1/3]
error_fetch_and_normalize::error_fetch_and_normalize |
( |
const char * |
called | ) |
|
|
inlineexplicit |
◆ error_fetch_and_normalize() [2/3]
◆ error_fetch_and_normalize() [3/3]
◆ error_string()
const std::string& error_fetch_and_normalize::error_string |
( |
| ) |
const |
|
inline |
◆ format_value_and_trace()
std::string error_fetch_and_normalize::format_value_and_trace |
( |
| ) |
const |
|
inline |
defined(PYPY_VERSION)
Definition at line 574 of file pytypes.h.
◆ matches()
bool error_fetch_and_normalize::matches |
( |
handle |
exc | ) |
const |
|
inline |
◆ restore()
void error_fetch_and_normalize::restore |
( |
| ) |
|
|
inline |
◆ m_lazy_error_string
std::string error_fetch_and_normalize::m_lazy_error_string |
|
mutableprivate |
◆ m_lazy_error_string_completed
bool error_fetch_and_normalize::m_lazy_error_string_completed = false |
|
mutableprivate |
◆ m_restore_called
bool error_fetch_and_normalize::m_restore_called = false |
|
mutableprivate |
◆ m_trace
object error_fetch_and_normalize::m_trace |
◆ m_type
object error_fetch_and_normalize::m_type |
◆ m_value
object error_fetch_and_normalize::m_value |
The documentation for this struct was generated from the following file: