mirror of
https://github.com/clearml/clearml
synced 2025-02-07 13:23:40 +00:00
Fix proxy object support for lists
This commit is contained in:
parent
a8b71de3e4
commit
46c6d2bf0f
@ -304,6 +304,7 @@ class WrapperBase(type):
|
|||||||
'__rmul__', '__ror__', '__rpow__', '__rrshift__', '__rshift__', '__rsub__',
|
'__rmul__', '__ror__', '__rpow__', '__rrshift__', '__rshift__', '__rsub__',
|
||||||
'__rtruediv__', '__rxor__', '__setitem__', '__setslice__', '__sub__',
|
'__rtruediv__', '__rxor__', '__setitem__', '__setslice__', '__sub__',
|
||||||
'__truediv__', '__xor__', 'next', '__str__', '__repr__',
|
'__truediv__', '__xor__', 'next', '__str__', '__repr__',
|
||||||
|
'__round__', '__fspath__', '__bytes__', '__index__'
|
||||||
]
|
]
|
||||||
|
|
||||||
def __new__(mcs, classname, bases, attrs):
|
def __new__(mcs, classname, bases, attrs):
|
||||||
|
Loading…
Reference in New Issue
Block a user