Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
Lichen
tests/builtin_names.py
315:fc6b2c837042
285:88b64124852b
266:7267486338ae
2016-11-30
Paul Boddie
raw
annotate
files
changeset
graph
Store defaults in bound method structures, not unbound method structures.
1
def
f
():
2
return
StopIteration
3
4
print
f
()