Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tribler/tribler
/ functions
Functions
1,819 in github.com/Tribler/tribler
⨍
Functions
1,819
◇
Types & classes
310
↳
Endpoints
21
Method
test_write
Test if we can write over an established TCP connection.
src/tribler/test_unit/core/socks5/test_client.py:160
Method
test_write_no_connection
Test if we cannot write without an established TCP connection.
src/tribler/test_unit/core/socks5/test_client.py:171
Method
tobits
(s: bytes)
src/tribler/core/libtorrent/download_manager/dht_health_manager.py:104
Method
torrents_checked
Get the checked torrents and their health information.
src/tribler/core/torrent_checker/torrent_checker.py:211
Method
total_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
Method
total_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
Method
total_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
Method
total_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
Method
tracker
(self)
src/tribler/core/database/orm_bindings/torrent_state.py:106
Method
tracker_info_list
(self)
src/tribler/core/database/orm_bindings/torrent_metadata.py:281
Function
ui_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
Method
unload
Shut down the request cache.
src/tribler/core/content_discovery/community.py:107
Method
unload
Cache known exit nodes.
src/tribler/core/tunnel/community.py:414
Method
update_feeds
Set the current RSS feeds.
src/tribler/core/rss/restapi/endpoint.py:58
Function
upgrade
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
Function
wrap
( f: Callable[Concatenate[Download, lt.torrent_handle, WrappedParams], WrappedReturn] )
src/tribler/core/libtorrent/torrents.py:51
Function
wrap_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
Method
wrapper
()
src/tribler/core/database/store.py:345
Method
write_headers
Ignore headers.
src/tribler/test_unit/core/restapi/test_events_endpoint.py:81
← previous
1,801–1,819 of 1,819, ranked by callers