Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes in order to support NetworkManager
I wanted to generate stubs using this tool for NetworkManager (NM). What I found was failures for two reasons: 1. Cannot generate due to invalid identifiers (80211Flags). 1. Some enums with no entries. I fixed this by: 1. Quoting those identifiers. My belief is that this will keep mypy working but fixing the python level issues. 1. Printing `pass` after each enum with empty entries.
- Loading branch information