comethod583%python.module
fault.context

Hashable
import

Callable0
import

MethodType0
import

MethodNotFound0
class

Raised by object.__colookup__ when the given key is not initialized.

Type
class

Type__slots__0
data

__slots__ = ()
	@classmethod

Type__prepare__0
classmethod

__prepare__(Class, name, bases, **kw)

Type__new__0
method

__new__(*args, **kw)

object0
class

Base class for objects maintaining method aliases.

Subclasses of this type will have the comethod decorator available in the class body for designating the key that can be used to select the decorated method.

After the subclass is created, the metaclass will convert the decorator into the query interface for retrieving methods by their aliases.

object__slots__0
data

__slots__ = ()

object__comethods__
data

__comethods__ = None
	@classmethod

object__colookup__340%
classmethod
Callable

__colookup__(Class, *key)

object__cobind__0
method
MethodType

__cobind__(self, *key)

objectcomethod233%
method
MethodType

comethod(self, *key)

Select the method associated with the given key.