jorisvandenbossche commented on code in PR #449:
URL: https://github.com/apache/arrow-nanoarrow/pull/449#discussion_r1587514320
##########
python/src/nanoarrow/array.py:
##########
@@ -527,39 +527,9 @@ def inspect(self):
print(_repr_utils.array_inspect(c_array(self)))
-def array(obj, schema=None, device=None) -> Array:
+def array(*args, **kwargs) -> Array:
Review Comment:
I would prefer keeping this signature (and potentially also the
documentation), because that is a lot nicer when writing code to see that info
in eg the IDE
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]