Fix proxy object support for lists

This commit is contained in:
allegroai 2023-08-04 19:05:24 +03:00
parent a8b71de3e4
commit 46c6d2bf0f

View File

@ -304,6 +304,7 @@ class WrapperBase(type):
'__rmul__', '__ror__', '__rpow__', '__rrshift__', '__rshift__', '__rsub__',
'__rtruediv__', '__rxor__', '__setitem__', '__setslice__', '__sub__',
'__truediv__', '__xor__', 'next', '__str__', '__repr__',
'__round__', '__fspath__', '__bytes__', '__index__'
]
def __new__(mcs, classname, bases, attrs):