Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
Lichen
tests/builtin_names.py
587:87f11937a8e8
315:fc6b2c837042
2017-02-14
Paul Boddie
raw
annotate
files
changeset
graph
Record the context for accesses that are immediately invoked so that it may be used by the invocation operation.
method-wrapper-for-context
1
def
f
():
2
return
StopIteration
3
4
print
f
()
# __builtins__.exception.base.StopIteration