doc: Sync classref with current source
This commit is contained in:
@@ -131,8 +131,11 @@
|
||||
<method name="duplicate">
|
||||
<return type="Array">
|
||||
</return>
|
||||
<argument index="0" name="deep" type="bool" default="False">
|
||||
</argument>
|
||||
<description>
|
||||
Returns a copy of this [code]Array[/code].
|
||||
Returns a copy of the array.
|
||||
If [code]deep[/code] is [code]true[/code], a deep copy is be performed: all nested arrays and dictionaries are duplicated and will not be shared with the original array. If [code]false[/code], a shallow copy is made and references to the original nested arrays and dictionaries are kept, so that modifying a sub-array or dictionary in the copy will also impact those referenced in the source array.
|
||||
</description>
|
||||
</method>
|
||||
<method name="empty">
|
||||
|
||||
Reference in New Issue
Block a user