pyfingerd.native – Native interfaces definition#

class pyfingerd.native.FingerNoNativeFoundInterface(*args, **kwargs)#

Bases: FingerInterface

Placeholder interface that doesn’t initiate.

FingerNativeInterface is set to this class if no interface is available for the current platform.

class pyfingerd.native.FingerNativeInterface#

Bases: pyfingerd.core.FingerInterface

Native interface, always available whatever the platform is.