MCPcopy Create free account
hub / github.com/arvidn/libtorrent / python_deprecated

Function python_deprecated

bindings/python/src/boost_python.hpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36#endif
37
38inline void python_deprecated(char const* msg)
39{
40 if (PyErr_WarnEx(PyExc_DeprecationWarning, msg, 1) == -1)
41 boost::python::throw_error_already_set();
42}
43
44#endif
45

Callers 15

add_file_deprecatedFunction · 0.85
begin_filesFunction · 0.85
get_next_announceFunction · 0.85
get_min_announceFunction · 0.85
get_failsFunction · 0.85
get_updatingFunction · 0.85
get_start_sentFunction · 0.85
get_complete_sentFunction · 0.85
can_announceFunction · 0.85
is_workingFunction · 0.85
get_messageFunction · 0.85
get_last_errorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected