brython-dev / brython

Brython (Browser Python) is an implementation of Python 3 running in the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: res.__get__ is not a function

hardcore-sushi opened this issue · comments

This code snippet produces an error on Brython, while it works fine with CPython:

class A:
    a = "".join

A().a([])

Is this an expected behavior?

Bien vu !