(_0: Sequence[Any], /)
| 40 | def ArrayContains(_0: Sequence[Any], _1: Any, /) -> bool: ... |
| 41 | def ArrayGetItem(_0: Sequence[Any], _1: int, /) -> Any: ... |
| 42 | def ArraySize(_0: Sequence[Any], /) -> int: ... |
| 43 | def Bytes(_0: bytes, /) -> bytes: ... |
| 44 | def ContainerFindFirstNonCPUDevice(_0: Any, /) -> Device: ... |
| 45 | def DeepCopy(_0: Any, /) -> Any: ... |
nothing calls this directly
no outgoing calls
no test coverage detected