You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.
>>> len("Foo bar".split)
Traceback (most recent call last):
File "<friendly-console:1>", line 1, in <module>
len("Foo bar".split)
TypeError: object of type 'builtin_function_or_method' has no len()
>>> why()
No information is known about this exception. Please report this example to https://github.com/aroberge/friendly/issues
I think this one can be explained by something around the lines "You forgot to call the {} function.".
The text was updated successfully, but these errors were encountered:
On Mon, May 24, 2021 at 10:36 AM Julien Palard ***@***.***> wrote:
>>> len("Foo bar".split)
Traceback (most recent call last):
File "<friendly-console:1>", line 1, in <module>
len("Foo bar".split)
TypeError: object of type 'builtin_function_or_method' has no len()
>>> why()
No information is known about this exception. Please report this example to https://github.com/aroberge/friendly/issues
I think this one can be explained by something around the lines "You
forgot to call the {} function.".
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#226>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEZXQRVLVT5XLHXNFVXBT3TPJI4XANCNFSM45NH55PA>
.
I think this one can be explained by something around the lines "You forgot to call the {} function.".
The text was updated successfully, but these errors were encountered: