pypath.utils.orthology.OrthologMeta§

class pypath.utils.orthology.OrthologMeta(name, supercls, attrs, resource: str, fields: tuple[str] = ('id',))[source]§

Bases: ABCMeta

__init__(*args, **kwargs)§

Methods

__init__(*args, **kwargs)

mro()

Return a type's method resolution order.

register(subclass)

Register a virtual subclass of an ABC.

mro()§

Return a type’s method resolution order.

register(subclass)§

Register a virtual subclass of an ABC.

Returns the subclass, to allow usage as a class decorator.