class documentation

class portable_instancemethod(object):

View In Hierarchy

Turn an instancemethod into a (parent, name) pair to produce a serializable callable.
Method __call__ Undocumented
Method __getstate__ Undocumented
Method __init__ Undocumented
Method __setstate__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable kwargs Undocumented
Instance Variable name Undocumented
Instance Variable target Undocumented
def __call__(self, *arg, **kw):

Undocumented

def __getstate__(self):

Undocumented

def __init__(self, meth, kwargs=()):

Undocumented

def __setstate__(self, state):

Undocumented

__slots__: tuple[str, ...] =

Undocumented

kwargs =

Undocumented

name =

Undocumented

target =

Undocumented