From 8e1f5986dad98f67062b3dfc6bc8d63d86d365c9 Mon Sep 17 00:00:00 2001 From: ChrisLovering Date: Tue, 19 Apr 2022 09:43:25 +0000 Subject: Deploying to docs from @ python-discord/bot-core@e991f00dca86058030e8005f36569974d44f9df9 🚀 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 9e6bf179..6841742c 100644 --- a/output/botcore.async_stats.html +++ b/output/botcore.async_stats.html @@ -218,12 +218,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
@@ -239,7 +239,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