NZSmartie / PyHIDParser

A HID descriptor parser written in Python 3
MIT License
23 stars 5 forks source link

Print Pretty Formatted Objects #8

Open NZSmartie opened 8 years ago

NZSmartie commented 8 years ago

Just implemented __str__() on Device, Collection and Report in f77f093cb0666cd424246215a19874524b37adec Although it shows nesting and the basic info, it can be cleaner.