Ben Clifford
Hi.
I’m Ben.
For fun I ride my bike around Berlin and build pretty things with LEDs and microcontrollers.
I’m also interested in programming language design/theory stuff.
I help with a refugee reception volunteer group in Berlin for people arriving from Ukraine.
I like dogs.
http://www.hawaga.org.uk/ben/
https://github.com/benclifford
https://twitter.com/benclifford
- 0 Posts
- 1 Comment
Joined 3 years ago
Cake day: November 9th, 2022
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.


@fixmycode mypy type checking can report this error in your code:
iox3.py:3: error: Module “iox2” does not explicitly export attribute “y” [attr-defined]
which I think is roughly the problem you are encountering: an attribute in an imported module that wasn’t explicitly defined in that module, but instead came from somewhere else.