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 --- output/botcore.async_stats.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'output/botcore.async_stats.html') 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
-- cgit v1.2.3