Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « asyncio » Python 3.11.3

Classe « AbstractEventLoopPolicy »

Informations générales

Héritage

builtins.object
    AbstractEventLoopPolicy

Définition

class AbstractEventLoopPolicy(builtins.object):

help(AbstractEventLoopPolicy)

Abstract policy for accessing the event loop.

Constructeur(s)

Signature du constructeur Description
__init__(self, /, *args, **kwargs) Initialize self. See help(type(self)) for accurate signature. [extrait de __init__.__doc__]

Liste des opérateurs

Opérateurs hérités de la classe object

__eq__, __ge__, __gt__, __le__, __lt__, __ne__

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
get_child_watcher(self) Get the watcher for child processes. [extrait de get_child_watcher.__doc__]
get_event_loop(self) Get the event loop for the current context. [extrait de get_event_loop.__doc__]
new_event_loop(self) Create and return a new event loop object according to this [extrait de new_event_loop.__doc__]
set_child_watcher(self, watcher) Set the watcher for child processes. [extrait de set_child_watcher.__doc__]
set_event_loop(self, loop) Set the event loop for the current context to loop. [extrait de set_event_loop.__doc__]

Méthodes héritées de la classe object

__delattr__, __dir__, __format__, __getattribute__, __getstate__, __hash__, __init_subclass__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__