def __len__(self) -> int: 22. return len(self._container). 23. . 24. foo: MySequence[str] = MySequence(). 25. reveal_type(foo[0]).
確定! 回上一頁