pytocs
pytocs copied to clipboard
Array ellipsis slicing syntax not implemented exception
Array ellipsis slicing like this
result[..., 1:] *= 2
not supported. Exception throw in ExpTranslator.VisitEllipsis
Nice catch. Since this construct doesn't have an equivalent in C#, we're probably going to have to model it as a runtime call.