From 0f5ca262c002cf37a495a38e75ffecc2d6504ef8 Mon Sep 17 00:00:00 2001
From: ChrisLovering
Date: Sat, 2 Apr 2022 22:07:29 +0000
Subject: Deploying to docs from @
python-discord/bot-core@3f2543d690a6d733ad42ab36fd5ce42f4516bf9e 🚀
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.doctrees/environment.pickle | Bin 2346457 -> 2346457 bytes
.doctrees/output/botcore.async_stats.doctree | Bin 19331 -> 19331 bytes
.doctrees/output/botcore.doctree | Bin 57455 -> 57455 bytes
.doctrees/output/botcore.site_api.doctree | Bin 66667 -> 66667 bytes
.doctrees/output/botcore.utils.caching.doctree | Bin 16685 -> 16685 bytes
.doctrees/output/botcore.utils.channel.doctree | Bin 18244 -> 18244 bytes
.doctrees/output/botcore.utils.doctree | Bin 10366 -> 10366 bytes
.doctrees/output/botcore.utils.logging.doctree | Bin 18508 -> 18508 bytes
.doctrees/output/botcore.utils.members.doctree | Bin 17169 -> 17169 bytes
.doctrees/output/botcore.utils.regex.doctree | Bin 7656 -> 7656 bytes
.doctrees/output/botcore.utils.scheduling.doctree | Bin 56358 -> 56358 bytes
output/botcore.async_stats.html | 6 ++--
output/botcore.html | 32 +++++++++++-----------
output/botcore.site_api.html | 26 +++++++++---------
output/botcore.utils.caching.html | 8 +++---
output/botcore.utils.channel.html | 4 +--
output/botcore.utils.html | 2 +-
output/botcore.utils.logging.html | 6 ++--
output/botcore.utils.members.html | 4 +--
output/botcore.utils.regex.html | 6 ++--
output/botcore.utils.scheduling.html | 18 ++++++------
21 files changed, 56 insertions(+), 56 deletions(-)
diff --git a/.doctrees/environment.pickle b/.doctrees/environment.pickle
index 8941c920..0a84d57f 100644
Binary files a/.doctrees/environment.pickle and b/.doctrees/environment.pickle differ
diff --git a/.doctrees/output/botcore.async_stats.doctree b/.doctrees/output/botcore.async_stats.doctree
index 596f11d5..cce04cac 100644
Binary files a/.doctrees/output/botcore.async_stats.doctree and b/.doctrees/output/botcore.async_stats.doctree differ
diff --git a/.doctrees/output/botcore.doctree b/.doctrees/output/botcore.doctree
index ba485a30..aac3d248 100644
Binary files a/.doctrees/output/botcore.doctree and b/.doctrees/output/botcore.doctree differ
diff --git a/.doctrees/output/botcore.site_api.doctree b/.doctrees/output/botcore.site_api.doctree
index 658b553c..3ed9a8cf 100644
Binary files a/.doctrees/output/botcore.site_api.doctree and b/.doctrees/output/botcore.site_api.doctree differ
diff --git a/.doctrees/output/botcore.utils.caching.doctree b/.doctrees/output/botcore.utils.caching.doctree
index c11a94eb..532c1fe3 100644
Binary files a/.doctrees/output/botcore.utils.caching.doctree and b/.doctrees/output/botcore.utils.caching.doctree differ
diff --git a/.doctrees/output/botcore.utils.channel.doctree b/.doctrees/output/botcore.utils.channel.doctree
index 6124c7b1..88e5cae6 100644
Binary files a/.doctrees/output/botcore.utils.channel.doctree and b/.doctrees/output/botcore.utils.channel.doctree differ
diff --git a/.doctrees/output/botcore.utils.doctree b/.doctrees/output/botcore.utils.doctree
index b646cde5..9cb53d4a 100644
Binary files a/.doctrees/output/botcore.utils.doctree and b/.doctrees/output/botcore.utils.doctree differ
diff --git a/.doctrees/output/botcore.utils.logging.doctree b/.doctrees/output/botcore.utils.logging.doctree
index de550bdd..230a79fc 100644
Binary files a/.doctrees/output/botcore.utils.logging.doctree and b/.doctrees/output/botcore.utils.logging.doctree differ
diff --git a/.doctrees/output/botcore.utils.members.doctree b/.doctrees/output/botcore.utils.members.doctree
index 1bf21440..add5b60d 100644
Binary files a/.doctrees/output/botcore.utils.members.doctree and b/.doctrees/output/botcore.utils.members.doctree differ
diff --git a/.doctrees/output/botcore.utils.regex.doctree b/.doctrees/output/botcore.utils.regex.doctree
index 95b1edad..0f224b12 100644
Binary files a/.doctrees/output/botcore.utils.regex.doctree and b/.doctrees/output/botcore.utils.regex.doctree differ
diff --git a/.doctrees/output/botcore.utils.scheduling.doctree b/.doctrees/output/botcore.utils.scheduling.doctree
index b4be85a4..e3c1197f 100644
Binary files a/.doctrees/output/botcore.utils.scheduling.doctree and b/.doctrees/output/botcore.utils.scheduling.doctree differ
diff --git a/output/botcore.async_stats.html b/output/botcore.async_stats.html
index e6badaf6..eab3027b 100644
--- a/output/botcore.async_stats.html
+++ b/output/botcore.async_stats.html
@@ -216,12 +216,12 @@
An async transport method for statsd communication.
-
-class AsyncStatsClient(loop, host='localhost', port=8125, prefix=None)[source]
+class AsyncStatsClient(loop, host='localhost', port=8125, prefix=None)[source]
Bases: statsd.client.base.StatsClientBase
An async implementation of statsd.client.base.StatsClientBase
that supports async stat communication.
-
-__init__(loop, host='localhost', port=8125, prefix=None)[source]
+__init__(loop, host='localhost', port=8125, prefix=None)[source]
Create a new AsyncStatsClient
.
- Parameters
@@ -237,7 +237,7 @@
-
-async create_socket()[source]
+async create_socket()[source]
Use asyncio.loop.create_datagram_endpoint
from the loop given on init to create a socket.
- Return type
diff --git a/output/botcore.html b/output/botcore.html
index 791610d2..f46150e1 100644
--- a/output/botcore.html
+++ b/output/botcore.html
@@ -216,12 +216,12 @@
Useful utilities and tools for Discord bot development.
-
-class BotBase(*args, guild_id, allowed_roles, http_session, redis_session=None, **kwargs)[source]
+class BotBase(*args, guild_id, allowed_roles, http_session, redis_session=None, **kwargs)[source]
Bases: discord.ext.commands.bot.Bot
A sub-class that implements many common features that Python Discord bots use.
-
-__init__(*args, guild_id, allowed_roles, http_session, redis_session=None, **kwargs)[source]
+__init__(*args, guild_id, allowed_roles, http_session, redis_session=None, **kwargs)[source]
Initialise the base bot instance.
- Parameters
@@ -238,7 +238,7 @@ to use for the bot.
-
-async add_cog(cog)[source]
+async add_cog(cog)[source]
Add the given cog
to the bot and log the operation.
- Return type
@@ -248,7 +248,7 @@ to use for the bot.
-
-add_command(command)[source]
+add_command(command)[source]
Add command
as normal and then add its root aliases to the bot.
- Return type
@@ -258,7 +258,7 @@ to use for the bot.
-
-clear()[source]
+clear()[source]
Not implemented! Re-instantiate the bot instead of attempting to re-use a closed one.
- Return type
@@ -268,7 +268,7 @@ to use for the bot.
-
-async close()[source]
+async close()[source]
Close the Discord connection, and the aiohttp session, connector, statsd client, and resolver.
- Return type
@@ -278,7 +278,7 @@ to use for the bot.
-
-async load_extensions(module)[source]
+async load_extensions(module)[source]
Load all the extensions within the given module and save them to self.all_extensions
.
- Return type
@@ -288,7 +288,7 @@ to use for the bot.
-
-async log_to_dev_log(message)[source]
+async log_to_dev_log(message)[source]
Log the given message to #dev-log.
- Return type
@@ -298,7 +298,7 @@ to use for the bot.
-
-async on_guild_available(guild)[source]
+async on_guild_available(guild)[source]
Set the internal guild available event when self.guild_id becomes available.
If the cache appears to still be empty (no members, no channels, or no roles), the event
will not be set and guild_available_but_cache_empty event will be emitted.
@@ -310,7 +310,7 @@ will not be set and guild_available_but_cache_empty event will be e
-
-async on_guild_unavailable(guild)[source]
+async on_guild_unavailable(guild)[source]
Clear the internal guild available event when self.guild_id becomes unavailable.
- Return type
@@ -320,7 +320,7 @@ will not be set and guild_available_but_cache_empty event will be e
-
-async ping_services()[source]
+async ping_services()[source]
Ping all required services on setup to ensure they are up before starting.
- Return type
@@ -330,7 +330,7 @@ will not be set and guild_available_but_cache_empty event will be e
-
-remove_command(name)[source]
+remove_command(name)[source]
Remove a command/alias as normal and then remove its root aliases from the bot.
Individual root aliases cannot be removed by this function.
To remove them, either remove the entire command or manually edit bot.all_commands.
@@ -342,7 +342,7 @@ To remove them, either remove the entire command or manually edit bot.all_
-
-async setup_hook()[source]
+async setup_hook()[source]
An async init to startup generic services.
Connects to statsd, and calls
AsyncStatsClient.create_socket
@@ -355,7 +355,7 @@ and
-
-async wait_until_guild_available()[source]
+async wait_until_guild_available()[source]
Wait until the guild that matches the guild_id
given at init is available (and the cache is ready).
The on_ready event is inadequate because it only waits 2 seconds for a GUILD_CREATE
gateway event before giving up and thus not populating the cache for unavailable guilds.
@@ -368,12 +368,12 @@ gateway event before giving up and thus not populating the cache for unavailable
-
-exception StartupError(base)[source]
+exception StartupError(base)[source]
Bases: Exception
Exception class for startup errors.
-
-__init__(base)[source]
+__init__(base)[source]
diff --git a/output/botcore.site_api.html b/output/botcore.site_api.html
index 7a3b8ff6..26fc5114 100644
--- a/output/botcore.site_api.html
+++ b/output/botcore.site_api.html
@@ -216,12 +216,12 @@
An API wrapper around the Site API.
-
-class APIClient(site_api_url, site_api_token, **session_kwargs)[source]
+class APIClient(site_api_url, site_api_token, **session_kwargs)[source]
Bases: object
A wrapper for the Django Site API.
-
-__init__(site_api_url, site_api_token, **session_kwargs)[source]
+__init__(site_api_url, site_api_token, **session_kwargs)[source]
Initialize a new APIClient
instance.
- Parameters
@@ -235,7 +235,7 @@
-
-async close()[source]
+async close()[source]
Close the aiohttp session.
- Return type
@@ -245,7 +245,7 @@
-
-async delete(endpoint, *, raise_for_status=True, **kwargs)[source]
+async delete(endpoint, *, raise_for_status=True, **kwargs)[source]
Send a DELETE request to the site API and return the JSON response.
- Parameters
@@ -265,7 +265,7 @@
-
-async get(endpoint, *, raise_for_status=True, **kwargs)[source]
+async get(endpoint, *, raise_for_status=True, **kwargs)[source]
Equivalent to APIClient.request()
with GET passed as the method.
- Return type
@@ -275,7 +275,7 @@
-
-async maybe_raise_for_status(response, should_raise)[source]
+async maybe_raise_for_status(response, should_raise)[source]
Raise ResponseCodeError
for non-OK response if an exception should be raised.
- Parameters
@@ -294,7 +294,7 @@
-
-async patch(endpoint, *, raise_for_status=True, **kwargs)[source]
+async patch(endpoint, *, raise_for_status=True, **kwargs)[source]
Equivalent to APIClient.request()
with PATCH passed as the method.
- Return type
@@ -304,7 +304,7 @@
-
-async post(endpoint, *, raise_for_status=True, **kwargs)[source]
+async post(endpoint, *, raise_for_status=True, **kwargs)[source]
Equivalent to APIClient.request()
with POST passed as the method.
- Return type
@@ -314,7 +314,7 @@
-
-async put(endpoint, *, raise_for_status=True, **kwargs)[source]
+async put(endpoint, *, raise_for_status=True, **kwargs)[source]
Equivalent to APIClient.request()
with PUT passed as the method.
- Return type
@@ -324,7 +324,7 @@
-
-async request(method, endpoint, *, raise_for_status=True, **kwargs)[source]
+async request(method, endpoint, *, raise_for_status=True, **kwargs)[source]
Send an HTTP request to the site API and return the JSON response.
- Parameters
@@ -349,12 +349,12 @@
-
-exception ResponseCodeError(response, response_json=None, response_text=None)[source]
+exception ResponseCodeError(response, response_json=None, response_text=None)[source]
Bases: ValueError
Raised in APIClient.request()
when a non-OK HTTP response is received.
-
-__init__(response, response_json=None, response_text=None)[source]
+__init__(response, response_json=None, response_text=None)[source]
Initialize a new ResponseCodeError
instance.
- Parameters
@@ -368,7 +368,7 @@
-
-__str__()[source]
+__str__()[source]
Return a string representation of the error.
diff --git a/output/botcore.utils.caching.html b/output/botcore.utils.caching.html
index d3b30568..e379913c 100644
--- a/output/botcore.utils.caching.html
+++ b/output/botcore.utils.caching.html
@@ -216,14 +216,14 @@
Utilities related to custom caches.
-
-class AsyncCache(max_size=128)[source]
+class AsyncCache(max_size=128)[source]
Bases: object
LRU cache implementation for coroutines.
Once the cache exceeds the maximum size, keys are deleted in FIFO order.
An offset may be optionally provided to be applied to the coroutine’s arguments when creating the cache key.
-
-__call__(arg_offset=0)[source]
+__call__(arg_offset=0)[source]
Decorator for async cache.
- Parameters
@@ -239,7 +239,7 @@
-
-__init__(max_size=128)[source]
+__init__(max_size=128)[source]
Initialise a new AsyncCache
instance.
- Parameters
@@ -249,7 +249,7 @@
-
-clear()[source]
+clear()[source]
Clear cache instance.
- Return type
diff --git a/output/botcore.utils.channel.html b/output/botcore.utils.channel.html
index 20c94a7f..c74aba09 100644
--- a/output/botcore.utils.channel.html
+++ b/output/botcore.utils.channel.html
@@ -216,7 +216,7 @@
Useful helper functions for interacting with various discord channel objects.
-
-async get_or_fetch_channel(bot, channel_id)[source]
+async get_or_fetch_channel(bot, channel_id)[source]
Attempt to get or fetch the given channel_id
from the bots cache, and return it.
- Parameters
@@ -243,7 +243,7 @@
-
-is_in_category(channel, category_id)[source]
+is_in_category(channel, category_id)[source]
Return whether the given channel
in the the category with the id category_id
.
- Parameters
diff --git a/output/botcore.utils.html b/output/botcore.utils.html
index 792ff71d..efb27a12 100644
--- a/output/botcore.utils.html
+++ b/output/botcore.utils.html
@@ -216,7 +216,7 @@
Useful utilities and tools for Discord bot development.
-
-apply_monkey_patches()[source]
+apply_monkey_patches()[source]
Applies all common monkey patches for our bots.
- Patches
discord.ext.commands.Command
and discord.ext.commands.Group
to support root aliases. A root_aliases
keyword argument is added to these two objects, which is a sequence of alias names
diff --git a/output/botcore.utils.logging.html b/output/botcore.utils.logging.html
index 3c2a4dcd..b36bf545 100644
--- a/output/botcore.utils.logging.html
+++ b/output/botcore.utils.logging.html
@@ -216,12 +216,12 @@
Common logging related functions.
-
-class CustomLogger(name, level=0)[source]
+class CustomLogger(name, level=0)[source]
Bases: logging.Logger
Custom implementation of the logging.Logger
class with an added trace
method.
-
-trace(msg, *args, **kwargs)[source]
+trace(msg, *args, **kwargs)[source]
Log the given message with the severity "TRACE"
.
To pass exception information, use the keyword argument exc_info with a true value:
logger.trace("Houston, we have an %s", "interesting problem", exc_info=1)
@@ -243,7 +243,7 @@
-
-get_logger(name=None)[source]
+get_logger(name=None)[source]
Utility to make mypy recognise that logger is of type CustomLogger
.
- Parameters
diff --git a/output/botcore.utils.members.html b/output/botcore.utils.members.html
index e0d067e4..1190309c 100644
--- a/output/botcore.utils.members.html
+++ b/output/botcore.utils.members.html
@@ -216,7 +216,7 @@
Useful helper functions for interactin with discord.Member
objects.
-
-async get_or_fetch_member(guild, member_id)[source]
+async get_or_fetch_member(guild, member_id)[source]
Attempt to get a member from cache; on failure fetch from the API.
- Return type
@@ -229,7 +229,7 @@
-
-async handle_role_change(member, coro, role)[source]
+async handle_role_change(member, coro, role)[source]
Await the given coro
with member
as the sole argument.
Handle errors that we expect to be raised from
discord.Member.add_roles
and discord.Member.remove_roles
.
diff --git a/output/botcore.utils.regex.html b/output/botcore.utils.regex.html
index b54efdff..a3c052bf 100644
--- a/output/botcore.utils.regex.html
+++ b/output/botcore.utils.regex.html
@@ -216,21 +216,21 @@
Common regular expressions.
-
-DISCORD_INVITE[source]
+DISCORD_INVITE[source]
Regex for Discord server invites.
-
-FORMATTED_CODE_REGEX[source]
+FORMATTED_CODE_REGEX[source]
Regex for formatted code, using Discord’s code blocks.
-
-RAW_CODE_REGEX[source]
+RAW_CODE_REGEX[source]
Regex for raw code, not using Discord’s code blocks.
diff --git a/output/botcore.utils.scheduling.html b/output/botcore.utils.scheduling.html
index 21433237..fb763f18 100644
--- a/output/botcore.utils.scheduling.html
+++ b/output/botcore.utils.scheduling.html
@@ -216,7 +216,7 @@
Generic python scheduler.
-
-class Scheduler(name)[source]
+class Scheduler(name)[source]
Bases: object
Schedule the execution of coroutines and keep track of them.
When instantiating a Scheduler
, a name must be provided. This name is used to distinguish the
@@ -230,7 +230,7 @@ the same ID used to schedule it.
Any exception raised in a scheduled task is logged when the task is done.
-
-__contains__(task_id)[source]
+__contains__(task_id)[source]
Return True
if a task with the given task_id
is currently scheduled.
- Parameters
@@ -246,7 +246,7 @@ the same ID used to schedule it.
-
-__init__(name)[source]
+__init__(name)[source]
Initialize a new Scheduler
instance.
- Parameters
@@ -256,7 +256,7 @@ the same ID used to schedule it.
-
-cancel(task_id)[source]
+cancel(task_id)[source]
Unschedule the task identified by task_id
. Log a warning if the task doesn’t exist.
- Parameters
@@ -269,7 +269,7 @@ the same ID used to schedule it.
-
-cancel_all()[source]
+cancel_all()[source]
Unschedule all known tasks.
- Return type
@@ -279,7 +279,7 @@ the same ID used to schedule it.
-
-schedule(task_id, coroutine)[source]
+schedule(task_id, coroutine)[source]
Schedule the execution of a coroutine
.
If a task with task_id
already exists, close coroutine
instead of scheduling it. This
prevents unawaited coroutine warnings. Don’t pass a coroutine that’ll be re-used elsewhere.
@@ -297,7 +297,7 @@ prevents unawaited coroutine warnings. Don’t pass a coroutine that’ll be re-
-
-schedule_at(time, task_id, coroutine)[source]
+schedule_at(time, task_id, coroutine)[source]
Schedule coroutine
to be executed at the given time
.
If time
is timezone aware, then use that timezone to calculate now() when subtracting.
If time
is naĂŻve, then use UTC.
@@ -319,7 +319,7 @@ prevents unawaited coroutine warnings. Don’t pass a coroutine that’ll be re-
-
-schedule_later(delay, task_id, coroutine)[source]
+schedule_later(delay, task_id, coroutine)[source]
Schedule coroutine
to be executed after delay
seconds.
If a task with task_id
already exists, close coroutine
instead of scheduling it. This
prevents unawaited coroutine warnings. Don’t pass a coroutine that’ll be re-used elsewhere.
@@ -339,7 +339,7 @@ prevents unawaited coroutine warnings. Don’t pass a coroutine that’ll be re-
-
-create_task(coro, *, suppressed_exceptions=(), event_loop=None, **kwargs)[source]
+create_task(coro, *, suppressed_exceptions=(), event_loop=None, **kwargs)[source]
Wrapper for creating an asyncio.Task
which logs exceptions raised in the task.
If the event_loop
kwarg is provided, the task is created from that event loop,
otherwise the running loop is used.
--
cgit v1.2.3