(_0: Sequence[Any], _1: Any, /)
| 38 | if TYPE_CHECKING: |
| 39 | def Array(*args: Any) -> 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: ... |
nothing calls this directly
no outgoing calls
no test coverage detected