Closed kylebarron closed 1 month ago
The ObjectStore trait switches back and forth between its uses of location and path. But this is fine in Rust where named parameters aren't a thing. In Python, however, we should standardize on one or the other, and path is shorter.
location
path
The ObjectStore trait switches back and forth between its uses of
location
andpath
. But this is fine in Rust where named parameters aren't a thing. In Python, however, we should standardize on one or the other, andpath
is shorter.