MCPcopy Create free account

hub / github.com/Tribler/tribler / functions

Functions1,819 in github.com/Tribler/tribler

Method__init__
Initialize (but don't start) with a given taskmanager, callback and urls.
src/tribler/core/rss/rss.py:166
Method__init__
Create a new endpoint to update the registered RSS feeds.
src/tribler/core/rss/restapi/endpoint.py:28
Method__init__
Create a new overlay for content discovery.
src/tribler/core/content_discovery/community.py:74
Method__init__
Create a new select request cache.
src/tribler/core/content_discovery/cache.py:21
Method__init__
Create a new search endpoint.
src/tribler/core/content_discovery/restapi/search_endpoint.py:40
Method__init__
Create a new TorrentDef object, possibly based on existing data. :param atp: User-defined parameters for the new TorrentDef.
src/tribler/core/libtorrent/torrentdef.py:36
Method__init__
Create a new download manager.
src/tribler/core/libtorrent/download_manager/download_manager.py:109
Method__init__
Create a new download.
src/tribler/core/libtorrent/download_manager/download.py:135
Method__init__
Create a stream for the given download.
src/tribler/core/libtorrent/download_manager/stream.py:47
Method__init__
Creates a new StreamChunk.
src/tribler/core/libtorrent/download_manager/stream.py:236
Method__init__
Create a download config from the given ConfigObj.
src/tribler/core/libtorrent/download_manager/download_config.py:98
Method__init__
Initialize the DHT health manager. :param lt_session: The session used to perform health lookups.
src/tribler/core/libtorrent/download_manager/dht_health_manager.py:22
Method__init__
Internal constructor. :param download: The download this state belongs too. :param lt_status: The libtorrent status object.
src/tribler/core/libtorrent/download_manager/download_state.py:64
Method__init__
Create a new torrent info endpoint.
src/tribler/core/libtorrent/restapi/torrentinfo_endpoint.py:114
Method__init__
Create a new endpoint to create torrents.
src/tribler/core/libtorrent/restapi/create_torrent_endpoint.py:41
Method__init__
Create a new TorrentStreamResponse.
src/tribler/core/libtorrent/restapi/downloads_endpoint.py:930
Method__init__
Create a new libtorrent endpoint.
src/tribler/core/libtorrent/restapi/libtorrent_endpoint.py:26
Method__init__
Create a new versioning manager.
src/tribler/core/versioning/manager.py:28
Method__init__
Create a new endpoint to create torrents.
src/tribler/core/versioning/restapi/versioning_endpoint.py:27
Method__init__
Create a new tunnel community.
src/tribler/core/tunnel/community.py:80
Method__init__
Initialize the GoldenRatioStrategy. :param overlay: the overlay instance to walk over :param golden_ratio: the ratio of norm
src/tribler/core/tunnel/discovery.py:26
Method__init__
Create a new Socks5 udp connection.
src/tribler/core/socks5/client.py:40
Method__init__
Create a client for the given proxy address and call the given callback with incoming data.
src/tribler/core/socks5/client.py:85
Method__init__
Create a new connector.
src/tribler/core/socks5/aiohttp_connector.py:44
Method__init__
Create mocked data and base its serialized form on the given range.
src/tribler/test_unit/core/database/orm_bindings/test_torrent_metadata.py:14
Method__init__
Create a new GenericRequest.
src/tribler/test_unit/core/restapi/test_rest_manager.py:30
Method__init__
Create a new UpdateSettingsRequest.
src/tribler/test_unit/core/restapi/test_settings_endpoint.py:15
Method__init__
Create a new MockStreamWriter.
src/tribler/test_unit/core/restapi/test_events_endpoint.py:43
Method__init__
Create a new MockTrackerManager.
src/tribler/test_unit/core/torrent_checker/test_tracker_manager.py:18
Method__init__
Create a new MockUdpSocketManager.
src/tribler/test_unit/core/torrent_checker/test_torrentchecker_session.py:24
Method__init__
Create a new MockMiniTorrentMetadata.
src/tribler/test_unit/core/torrent_checker/test_torrent_checker.py:38
Method__init__
Create a new MockTrackerState and add it to our known instances.
src/tribler/test_unit/core/torrent_checker/mocks.py:104
Method__init__
Create a new MockTrackerState and add it to our known instances.
src/tribler/test_unit/core/torrent_checker/mocks.py:126
Method__init__
Allow for mocking the conditional GET response.
src/tribler/test_unit/core/rss/test_rss.py:19
Method__init__
Create a new mocked TorrentChecker.
src/tribler/test_unit/core/content_discovery/test_community.py:45
Method__init__
Create a new mocked ContentDiscoveryCommunity.
src/tribler/test_unit/core/content_discovery/restapi/test_search_endpoint.py:22
Method__init__
Initialize with a near-empty atp.
src/tribler/test_unit/core/libtorrent/mocks.py:153
Method__init__
Create a new StreamRequest.
src/tribler/test_unit/core/libtorrent/restapi/test_downloads_endpoint.py:31
Method__init__
Create a new MockTriblerTunnelCommunity.
src/tribler/test_unit/core/tunnel/test_discovery.py:24
Method__iter__
(self)
src/tribler/core/database/orm_bindings/torrent_metadata.py:98
Method__iter__
(self)
src/tribler/core/database/orm_bindings/tracker_state.py:53
Method__iter__
(self)
src/tribler/core/database/orm_bindings/torrent_state.py:67
Method__iter__
Create an iterable from our known instances.
src/tribler/test_unit/core/torrent_checker/mocks.py:50
Method__repr__
Convert this download to a print-safe human-readable string.
src/tribler/core/libtorrent/download_manager/download.py:218
Method__str__
Format this class as a human-readable string.
src/tribler/core/torrent_checker/torrentchecker_session.py:68
Method__str__
We are essentially the ATP dictionary itself.
src/tribler/core/libtorrent/torrentdef.py:44
Method__str__
Create a pretty printed string.
src/tribler/core/libtorrent/download_manager/download_state.py:77
Method__str__
Get the textual representation of this error.
src/tribler/core/socks5/conversion.py:175
Method_associate_udp
Fake a UDP association.
src/tribler/test_unit/core/socks5/test_client.py:25
Method_async_add_torrent
(self, ltsession: lt.session, hops: int, infohash: bytes, atp: lt.add_torrent
src/tribler/core/libtorrent/download_manager/download_manager.py:788
Method_asyncio_except_hook
Handle an uncaught asyncio exception. Note: at this point the REST interface is available. Note2: ignored BaseExceptions are
src/tribler/core/session.py:184
Method_check_dht_ready
Checks whether we got enough DHT peers. If the number of DHT peers is low, checking for a bunch of torrents in a short period of time
src/tribler/core/libtorrent/download_manager/download_manager.py:168
Method_connect_tcp
Fake a TCP connection.
src/tribler/test_unit/core/socks5/test_client.py:32
Method_except_hook
Handle an uncaught exception. Note: at this point the REST interface is available. Note2: ignored BaseExceptions are BaseExc
src/tribler/core/session.py:173
Function_inject_StatementOp_inner
The inner injection script to write old StatementOp info into the current database.
src/tribler/upgrade_script.py:110
Method_invoke_states_cb
Invoke the download states callback with a list of the download states.
src/tribler/core/libtorrent/download_manager/download_manager.py:1018
Method_login
Fake a login.
src/tribler/test_unit/core/socks5/test_client.py:18
Method_on_query_timeout
Remove a peer if it failed to respond to our select request.
src/tribler/core/content_discovery/community.py:419
Method_ours_on_created_extended
Callback for when we receive either a Created or and Extended payload.
src/tribler/core/tunnel/community.py:249
Method_poll_download_manager
Get the latest download states from the download manager.
src/tribler/core/tunnel/community.py:102
Method_recheck_after_finish
Wait for the torrent to finish downloading, then recheck. Note: a finished recheck causes a ``torrent_finished_alert``: hooking into
src/tribler/core/libtorrent/download_manager/download.py:224
Method_request_session_stats
(self)
src/tribler/core/libtorrent/download_manager/download_manager.py:157
Method_request_torrent_updates
(self)
src/tribler/core/libtorrent/download_manager/download_manager.py:623
Method_shutdown
(self)
src/tribler/core/restapi/events_endpoint.py:76
Method_task_cleanup_metainfo_cache
(self)
src/tribler/core/libtorrent/download_manager/download_manager.py:615
Method_task_process_alerts
(self)
src/tribler/core/libtorrent/download_manager/download_manager.py:627
Method_threaded_load_job
Perform the actual loading of the torrent. Called from a thread: don't call this directly!
src/tribler/core/libtorrent/torrentdef.py:81
Method_wrap_create_connection
Create a transport and its associated connection.
src/tribler/core/socks5/aiohttp_connector.py:53
MethodaddRequestInterceptor
(callback: (value: InternalAxiosRequestConfig<any>) => InternalAxiosRequestConfig<any>)
src/tribler/ui/src/services/tribler.service.ts:39
MethodaddRequestInterceptor
(callback: (value: InternalAxiosRequestConfig<any>) => InternalAxiosRequestConfig<any>)
src/tribler/ui/src/services/ipv8.service.ts:24
MethodaddResponseInterceptor
(callback: (value: AxiosResponse<any, any>) => AxiosResponse<any, any>)
src/tribler/ui/src/services/tribler.service.ts:43
Methodall_time_download
Returns accumulated download byte counter. It is persisted in the resume data to keep totals across sessions. :return: The amount in
src/tribler/core/libtorrent/download_manager/download_state.py:161
Methodall_time_upload
Returns accumulated upload byte counter. It is persisted in the resume data to keep totals across sessions. :return: The amount in b
src/tribler/core/libtorrent/download_manager/download_state.py:150
Methodassign_exit_node
Give a node a dedicated exit node to play with.
src/tribler/test_unit/core/tunnel/test_community.py:86
Methodassociated
Whether this client is associated over UDP.
src/tribler/core/socks5/client.py:189
Methodbrowse
Return all files/directories found in the specified path.
src/tribler/core/restapi/file_endpoint.py:32
Methodcallback
Raise a RuntimeError. NOTE: THIS IS LOGGED, THE TEST IS NOT FAILING.
src/tribler/test_unit/core/libtorrent/test_torrents.py:98
Methodcan_upgrade
Check if we have old database/download files to port to our current version.
src/tribler/core/versioning/restapi/versioning_endpoint.py:101
Methodcheck
Check the watch folder for new torrents and start downloading them.
src/tribler/core/watch_folder/manager.py:35
Methodcheck_version
Check the tribler.org + GitHub websites for a new version.
src/tribler/core/versioning/restapi/versioning_endpoint.py:85
Methodcleanup
Cleans the session by cancelling all deferreds and closing sockets. :return: A deferred that fires once the cleanup is done.
src/tribler/core/torrent_checker/torrentchecker_session.py:332
Methodconditional_get
Mocked get, return fixed response.
src/tribler/test_unit/core/rss/test_rss.py:27
Methodconnect_to_tracker
Create the HTTP GET message.
src/tribler/core/torrent_checker/torrentchecker_session.py:133
Methodconnect_to_tracker
Connects to the tracker and starts querying for seed and leech data. :return: A dictionary containing seed/leech information per inf
src/tribler/core/torrent_checker/torrentchecker_session.py:340
Methodconnected
Whether this client is connected over TCP.
src/tribler/core/socks5/client.py:182
Methodconnection_made
Callback for when a transport is available.
src/tribler/core/socks5/client.py:49
Methodconstructor
()
src/tribler/ui/src/services/tribler.service.ts:27
Methodconstructor
()
src/tribler/ui/src/services/ipv8.service.ts:17
Methodcreate_intro
Create an 1 hop introduction point for some node for some service.
src/tribler/test_unit/core/tunnel/test_community.py:72
Methodcreate_node
Create a downloader, relay, or exit node. The seeder does not have an overlay!
src/tribler/test_integration/test_hidden_services.py:107
Methodcreate_node
Create a downloader, relay, or exit node. The seeder does not have an overlay!
src/tribler/test_integration/test_anon_download.py:110
Methodcreate_node
Create a node with a curve25519 key.
src/tribler/test_unit/core/database/test_store.py:37
Methodcreate_node
Create an inert version of the ContentDiscoveryCommunity.
src/tribler/test_unit/core/content_discovery/test_community.py:71
Methodcreate_session
Construct a libtorrent session for the given number of anonymization hops.
src/tribler/core/libtorrent/download_manager/download_manager.py:310
Methoddatagram_received
Callback for when data is received over our transport.
src/tribler/core/socks5/client.py:55
Functiondefine_binding
Define the misc data binding.
src/tribler/core/database/orm_bindings/misc.py:31
Functiondefine_binding
Define the torrent metadata binding.
src/tribler/core/database/orm_bindings/torrent_metadata.py:187
Functiondefine_binding
Define the tracker state binding.
src/tribler/core/database/orm_bindings/tracker_state.py:56
Functiondefine_binding
Define the tracker state binding.
src/tribler/core/database/orm_bindings/torrent_state.py:75
Methoddescription
Get the description of this torrent.
src/tribler/core/libtorrent/torrentdef.py:58
← previousnext →801–900 of 1,819, ranked by callers