abc.get_cache_token()
Returns the current abstract base class cache token.
The token is an opaque object (that supports equality testing) identifying the current version of the abstract base class cache for virtual subclasses. The token changes with every call to ABCMeta.register()
on any ABC.
New in version 3.4.
Please login to continue.