from array import array x = array("B") x.clear() # AttributeError: 'array.array' object has no attribute 'clear'
But array
is a MutableSequence
, so we expect the clear() method to be implemented.
If this is correct, then I'm ready to work on PR.
Original issue from the typeshed repository: python/typeshed#11008
CPython versions tested on:CPython main branch
Operating systems tested on:Linux
Linked PRsRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4