ni / nidaqmx-python

A Python API for interacting with NI-DAQmx
Other
447 stars 161 forks source link

InStream.get_channels_buffer_size should not be public #621

Open bkeryan opened 3 months ago

bkeryan commented 3 months ago

InStream.get_channels_buffer_size and OutStream.get_channels_buffer_size were intended to be internal helper methods, but they don't have a leading underscore so this makes them undocumented public APIs. We should rename them to add a leading underscore.