hikari.internal.fast_protocol#

A utility for faster typing.Protocol instance checks.

Module Contents#

class hikari.internal.fast_protocol.FastProtocolChecking[source]#

Bases: Protocol

An extension to make protocols with faster instance checks.

Note

All protocols that subclass this class must be decorated with @typing.runtime_checkable to keep mypy happy.