Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
Lichen
tests/builtin_names.py
315:fc6b2c837042
308:eb828fda0a2f
266:7267486338ae
2016-12-03
Paul Boddie
raw
annotate
files
changeset
graph
Removed incomplete or superfluous library modules used for previous work.
1
def
f
():
2
return
StopIteration
3
4
print
f
()