Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
inline 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_deprecated
Function · 0.85
begin_files
Function · 0.85
get_next_announce
Function · 0.85
get_min_announce
Function · 0.85
get_fails
Function · 0.85
get_updating
Function · 0.85
get_start_sent
Function · 0.85
get_complete_sent
Function · 0.85
can_announce
Function · 0.85
is_working
Function · 0.85
get_message
Function · 0.85
get_last_error
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected