Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
Lichen
tests/inheritance_bad/A.py
843:d305986d05c8
2:3dff1f10598f
2018-07-05
Paul Boddie
raw
annotate
files
changeset
graph
Employed sets for attributes and providers referenced by accesses. This causes various attributes to be identified definitively in the access plans and instruction sequences.
1
from
B
import
E
2
3
class
D
(
E
):
4
d
=
3