erocarrera / pefile

pefile is a Python module to read and work with PE (Portable Executable) files
MIT License
1.83k stars 516 forks source link

Increase readability and consistency #412

Open j-t-1 opened 4 weeks ago

j-t-1 commented 4 weeks ago

Remove a superfluous pass statement. One refactor to a chain comparison operator. Use args and kwargs throughout.