robotpy / pynetworktables

Pure python implementation of the FRC NetworkTables protocol
Other
60 stars 30 forks source link

ntcore.value: Make Value actually the type #78

Closed auscompgeek closed 5 years ago

auscompgeek commented 5 years ago

Mostly just to avoid global lookups, honestly.

Also the fact that the namedtuple class name didn't match its actual name bothered me.