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

Function bind_entry

bindings/python/src/entry.cpp:179–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177};
178
179void bind_entry()
180{
181 to_python_converter<std::shared_ptr<lt::entry>, entry_to_python>();
182 to_python_converter<entry, entry_to_python>();
183 entry_from_python();
184}
185

Callers 1

BOOST_PYTHON_MODULEFunction · 0.85

Calls 1

entry_from_pythonClass · 0.85

Tested by

no test coverage detected