TileDB-Inc / TileDB-Py

Python interface to the TileDB storage engine
MIT License
181 stars 32 forks source link

Wrap as_built function #1994

Open kounelisagis opened 2 weeks ago

kounelisagis commented 2 weeks ago

The function was implemented with an optional argument as_string=False. This is because it is easier for the user to use a dictionary structure rather than a string. When the argument is set to True, the function returns output identical to the C API.

kounelisagis commented 1 week ago

@ihnorton FYI I checked what json.loads() returns and it's a <class 'dict'> as intended.