Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
295 contributions in the last year
Contribution activity
December 1, 2020
November 2020
Created 7 commits in 3 repositories
Created an issue in python/mypy that received 1 comment
weird decorators not returning a callable are acceptable?
this rather weird-looking code that i wrote as a joke: >>> def assign(v): return lambda f: v >>> @assign(1) ... def a(): pass >>> print(a) 1 ...abu…