tangled
alpha
login
or
join now
freshlybakedca.ke
/
git
5
fork
atom
Git fork
5
fork
atom
overview
issues
pulls
2
pipelines
git
/
t
/
t4018
/
python-indented-def
at
reftables-rust
7 lines
119 B
view raw
wrap content
Josh Holland
userdiff: support Python async functions
6y ago
077a1fda
1
class Foo:
2
def RIGHT(self, x: int):
3
return [
4
1,
5
2,
6
ChangeMe,
7
]