Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
Lichen
tests/attr_unknown_bad.py
1036:e8ff2a117367
501:d1515ba25859
5 months ago
Paul Boddie
raw
annotate
files
changeset
graph
Fixed accessor temporary storage reservation for lambdas and eliminated redundant temporary storage reservation in attribute accesses.
1
def
access
(
x
):
2
print
x
.
__name__
.
unknown