MCPcopy Create free account

hub / github.com/Tribler/tribler / functions

Functions1,819 in github.com/Tribler/tribler

Methodtest_write
Test if we can write over an established TCP connection.
src/tribler/test_unit/core/socks5/test_client.py:160
Methodtest_write_no_connection
Test if we cannot write without an established TCP connection.
src/tribler/test_unit/core/socks5/test_client.py:171
Methodtobits
(s: bytes)
src/tribler/core/libtorrent/download_manager/dht_health_manager.py:104
Methodtorrents_checked
Get the checked torrents and their health information.
src/tribler/core/torrent_checker/torrent_checker.py:211
Methodtotal_download
Returns the number of bytes downloaded from all peers, accumulated, this session only. :return: The amount in bytes.
src/tribler/core/libtorrent/download_manager/download_state.py:183
Methodtotal_payload_download
Returns the amount of bytes received this session, but only the actual payload data. :return: The amount in bytes.
src/tribler/core/libtorrent/download_manager/download_state.py:205
Methodtotal_payload_upload
Returns the amount of bytes sent this session, but only the actual payload data. :return: The amount in bytes.
src/tribler/core/libtorrent/download_manager/download_state.py:194
Methodtotal_upload
Returns the number of bytes uploaded to all peers, accumulated, this session only. :return: The amount in bytes.
src/tribler/core/libtorrent/download_manager/download_state.py:172
Methodtracker
(self)
src/tribler/core/database/orm_bindings/torrent_state.py:106
Methodtracker_info_list
(self)
src/tribler/core/database/orm_bindings/torrent_metadata.py:281
Functionui_middleware
Forward request to a unknown pathname to /ui. This enables the GUI to request e.g. /index.html instead of using /ui/index.html.
src/tribler/core/restapi/rest_manager.py:138
Methodunload
Shut down the request cache.
src/tribler/core/content_discovery/community.py:107
Methodunload
Cache known exit nodes.
src/tribler/core/tunnel/community.py:414
Methodupdate_feeds
Set the current RSS feeds.
src/tribler/core/rss/restapi/endpoint.py:58
Functionupgrade
Perform the upgrade from the previous version to the next version. When complete, write a ".upgraded" file to the destination path. The
src/tribler/upgrade_script.py:369
Functionwrap
( f: Callable[Concatenate[Download, lt.torrent_handle, WrappedParams], WrappedReturn] )
src/tribler/core/libtorrent/torrents.py:51
Functionwrap_tcp_keepalive
A wrapper around aiohttp's tcp_keepalive that catches OSError 22 instances. See https://github.com/Tribler/tribler/issues/6429
src/tribler/core/restapi/rest_manager.py:49
Methodwrapper
()
src/tribler/core/database/store.py:345
Methodwrite_headers
Ignore headers.
src/tribler/test_unit/core/restapi/test_events_endpoint.py:81
← previous1,801–1,819 of 1,819, ranked by callers