class documentation

class _EventKey(object):

View In Hierarchy

Represent .listen arguments.
Method __init__ Undocumented
Method append​_to​_list Undocumented
Method base​_listen Undocumented
Method contains Return True if this event key is registered to listen.
Method listen Undocumented
Method prepend​_to​_list Undocumented
Method remove Undocumented
Method remove​_from​_list Undocumented
Method with​_dispatch​_target Undocumented
Method with​_wrapper Undocumented
Class Variable __slots__ Undocumented
Instance Variable dispatch​_target Undocumented
Instance Variable fn Undocumented
Instance Variable fn​_key Undocumented
Instance Variable fn​_wrap Undocumented
Instance Variable identifier Undocumented
Instance Variable target Undocumented
Property ​_key Undocumented
Property ​_listen​_fn Undocumented
def __init__(self, target, identifier, fn, dispatch_target, _fn_wrap=None):

Undocumented

def append_to_list(self, owner, list_):

Undocumented

def base_listen(self, propagate=False, insert=False, named=False, retval=None, asyncio=False):

Undocumented

def contains(self):
Return True if this event key is registered to listen.
def listen(self, *args, **kw):

Undocumented

def prepend_to_list(self, owner, list_):

Undocumented

def remove(self):

Undocumented

def remove_from_list(self, owner, list_):

Undocumented

def with_dispatch_target(self, dispatch_target):

Undocumented

def with_wrapper(self, fn_wrap):

Undocumented

__slots__: tuple[str, ...] =

Undocumented

dispatch_target =

Undocumented

fn =

Undocumented

fn_key =

Undocumented

fn_wrap =

Undocumented

identifier =

Undocumented

target =

Undocumented

@property
_key =

Undocumented

@property
_listen_fn =

Undocumented