SpiceQA
Questions
Tags
Users
Badges
user_1572146
@user_1572146
0
reputation
0
answers
4
questions
About Me
// Hello, World !
Top Answers
Parse a .py file, read the AST, modify it, then write back the modified source code
33 votes
How to create a typed return using Python's ast? - `def f() -> bool: return True`
3 votes
Where is the Python documentation for the special methods? (__init__, __new__, __len__, ...)
1 votes
`vendor.add` doesn't expose dependencies to dev_appserver.py
0 votes
Top Questions
`vendor.add` doesn't expose dependencies to dev_appserver.py
5 votes
3 answers
How to create a typed return using Python's ast? - `def f() -> bool: return True`
4 votes
1 answers
`inspect.getsource` from a function defined in a string? `s="def f(): return 5"`
3 votes
3 answers
Migrate from `ndb` to SQLalchemy?
2 votes
1 answers