barry wrote: > As you say, this has always been flaky, inconsistent, underspecified, > and unpredictable >>> class C: pass ... >>> c = C() >>> len(c) Traceback (most recent call last): File "<stdin>", line 1, in ? AttributeError: 'C' instance has no attribute '__len__' >>> len(c) Traceback (most recent call last): File "<stdin>", line 1, in ? AttributeError: 'C' instance has no attribute '__len__' >>> len(c) Traceback (most recent call last): File "<stdin>", line 1, in ? AttributeError: 'C' instance has no attribute '__len__' >>> len(c) Traceback (most recent call last): File "<stdin>", line 1, in ? AttributeError: 'C' instance has no attribute '__len__' >>> len(c) Traceback (most recent call last): File "<stdin>", line 1, in ? AttributeError: 'C' instance has no attribute '__len__' >>> len(c) Traceback (most recent call last): File "<stdin>", line 1, in ? AttributeError: 'C' instance has no attribute '__len__' >>> len(c) Traceback (most recent call last): File "<stdin>", line 1, in ? AttributeError: 'C' instance has no attribute '__len__' looks pretty predictable to me... </F>
RetroSearch 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