test_typing.py 135 Bytes
Newer Older
root's avatar
root committed
1
2
3
4
5
6
7
8
import cupy


class TestClassGetItem:

    def test_class_getitem(self):
        from typing import Any
        cupy.ndarray[Any, Any]