Skip to content

Commit

Permalink
Added missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-clairicia committed Oct 10, 2024
1 parent 0c8e5eb commit b1378c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/easynetwork/servers/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ def build_lowlevel_stream_server_handler(
Creates an :term:`asynchronous generator` function, usable by :meth:`.AsyncStreamServer.serve`, from
an :class:`.AsyncStreamRequestHandler`.
.. versionchanged:: 1.1
Added variadic arguments for `initializer`.
Parameters:
initializer: a callback returning an :term:`asynchronous context manager` to create the final client interface and
set up the request handler generator.
Expand Down Expand Up @@ -166,6 +169,9 @@ def build_lowlevel_datagram_server_handler(
Creates an :term:`asynchronous generator` function, usable by :meth:`.AsyncDatagramServer.serve`, from
an :class:`.AsyncDatagramRequestHandler`.
.. versionchanged:: 1.1
Added variadic arguments for `initializer`.
Parameters:
initializer: a callback returning an :term:`asynchronous context manager` to create the final client interface and
set up the request handler generator.
Expand Down

0 comments on commit b1378c6

Please sign in to comment.