adbwp.hints

Contains type hint definitions used across modules in this package.

adbwp.hints.Bytes

alias of bytes

adbwp.hints.Bool

alias of bool

adbwp.hints.Int

alias of int

adbwp.hints.Str

alias of str

adbwp.hints.Command

Type hint that defines multiple types that represent a command.

alias of Union[int, adbwp.enums.Command]

adbwp.hints.SystemType

Type hint that defines multiple types that can represent a system type used in a connect message.

alias of Union[str, adbwp.enums.SystemType]

adbwp.hints.Buffer

Type hint that defines multiple types that can represent a collection of bytes that can be used to create model types.

alias of Union[bytes, bytearray, str, memoryview]