Skip to content
Snippets Groups Projects

Array.copy(): Also set the queue of the new array.

Merged Matt Wala requested to merge array-copy-associate-queue into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -636,7 +636,7 @@ class Array(object):
:arg queue: The :class:`CommandQueue` for the returned array.
.. versionchanged:: 2017.1.2
Updates the queue of returned array.
Updates the queue of the returned array.
.. versionadded:: 2013.1
"""
Loading