mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-12 21:26:10 +00:00
85d4e660ef
implementation dependant although with CPython elements are unintentionally skipped during iteration. Basic CPython example: >>> A = [1,2,3,4,5,6] >>> for a in A: ... A.remove(a) >>> A [2, 4, 6] |
||
---|---|---|
.. | ||
__init__.py | ||
artwork.py | ||
kodi.py | ||
movies.py | ||
music.py | ||
musicvideos.py | ||
queries.py | ||
queries_music.py | ||
queries_texture.py | ||
tvshows.py |