mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +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] |
||
---|---|---|
.. | ||
kodi | ||
__init__.py | ||
actions.py | ||
movies.py | ||
music.py | ||
musicvideos.py | ||
obj.py | ||
obj_map.json | ||
tvshows.py | ||
utils.py |