lcm-proj / lcm

Lightweight Communications and Marshalling
GNU Lesser General Public License v2.1
944 stars 385 forks source link

lcmgen python: Use `@staticmethod` instead of `= staticmethod()` #499

Closed judfs closed 3 months ago

judfs commented 3 months ago

Easier for both humans and machines to read. I can't think of a compelling reason that it was done the other way. As I understand, this change should have no impact to callers of the function.