issues
search
ApeWorX
/
ethpm-types
Implementation of EIP-2678
Apache License 2.0
14
stars
8
forks
source link
feat: source line-index based accessor and other improvements [APE-626]
#60
Closed
antazoey
closed
1 year ago
antazoey
commented
1 year ago
What I did
Allows
__getitem__
on
Source
for line-index based accessing
Adds
__repr__
to
ContractType
,
PCMap
, and
Source
.
Fixes some doc spacing issues.
How I did it
How to verify it
Checklist
[ ] Passes all linting checks (pre-commit and CI jobs)
[ ] New test cases have been added and are passing
[ ] Documentation has been updated
[ ] PR title follows
Conventional Commit
standard (will be automatically included in the changelog)
What I did
__getitem__
onSource
for line-index based accessing__repr__
toContractType
,PCMap
, andSource
.How I did it
How to verify it
Checklist