OpenCyphal / pydsdl

Cyphal DSDL processing front end implemented in Python
https://opencyphal.org
MIT License
11 stars 9 forks source link

The property bit_length_values should be a method #11

Closed pavel-kirienko closed 5 years ago

pavel-kirienko commented 5 years ago

Properties aren't supposed to perform intensive computations, so bit_length_values should be renamed into compute_bit_length_values() to better reflect the logic in the name.