ethereum / eth-abi

Ethereum ABI utilities for python
MIT License
241 stars 268 forks source link

Update/add documentation for `eth_abi.grammar` module #119

Closed davesque closed 5 years ago

davesque commented 5 years ago

What was wrong?

As mentioned in PR #118 , the eth_abi.grammar module is starting to be used in web3.py. This means it's beginning to look more like public API.

How can it be fixed?

We should write a section in the docs dedicated to use of the parsing and grammar facilities and add docstrings and maybe type annotations where needed.