Skip to content

Commit 83bd4fd

Browse files
committed
Sequence
1 parent 2fd0723 commit 83bd4fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,8 @@ class MyHashable:
737737
```
738738

739739
### Sequence
740+
* **Methods do not depend on each other, so they can be skipped if not needed.**
741+
* **Any object with defined getitem() is considered iterable, even if it lacks iter().**
740742
```python
741743
class MySequence:
742744
def __init__(self, a):

0 commit comments

Comments
 (0)