Typesο
All type hints to use throughout the module.
Classes:
|
Represents remote ID types |
|
Represents remote object types |
- class musify.libraries.remote.core.types.RemoteIDType(*values)ο
Bases:
MusifyEnum
Represents remote ID types
Attributes:
Value is the expected length of ID string
Value is the expected number of chunks in a URI
-
ALL:
int
= 0ο
-
ID:
int
= 22ο Value is the expected length of ID string
-
URI:
int
= 3ο Value is the expected number of chunks in a URI
-
URL:
int
= 1ο
-
URL_EXT:
int
= 2ο
-
ALL: