mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2025-09-06 12:26:23 +00:00
bug fixed
This commit is contained in:
@ -92,6 +92,9 @@ class MethodList(list):
|
||||
|
||||
def __getitem__(self, item) -> T:
|
||||
return self._T[item]
|
||||
|
||||
def __len__(self) -> int:
|
||||
return self._T.__len__()
|
||||
|
||||
|
||||
"""
|
||||
|
Reference in New Issue
Block a user