Browse Source

Sequence

pull/10/head
Jure Šorn 6 years ago
parent
commit
83bd4fd328
1 changed files with 2 additions and 0 deletions
  1. 2
      README.md

2
README.md

@ -737,6 +737,8 @@ class MyHashable:
```
### Sequence
* **Methods do not depend on each other, so they can be skipped if not needed.**
* **Any object with defined getitem() is considered iterable, even if it lacks iter().**
```python
class MySequence:
def __init__(self, a):

Loading…
Cancel
Save