Attention

You are viewing PyUnity docs under the develop branch. As such, they are only applicable if you installed from source. Go to https://docs.pyunity.x10.bz/en/latest/ for the most recent release.

pyunity.values.abc module


exception pyunity.values.abc.ABCException[source]

Bases: Exception

exception pyunity.values.abc.ABCMessage[source]

Bases: ABCException

class pyunity.values.abc.abstractmethod[source]

Bases: IncludeMixin

static getargs(func)[source]
class pyunity.values.abc.abstractproperty[source]

Bases: abstractmethod

class pyunity.values.abc.ABCMeta[source]

Bases: type