We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Dictionary.hash()
1 parent 201d5a7 commit 77b8926Copy full SHA for 77b8926
doc/classes/Dictionary.xml
@@ -148,6 +148,7 @@
148
# The line below prints `true`, whereas it would have printed `false` if both variables were compared directly.
149
print(dict1.hash() == dict2.hash())
150
[/codeblock]
151
+ [b]Note:[/b] Dictionaries with the same keys/values but in a different order will have a different hash.
152
</description>
153
</method>
154
<method name="keys">
0 commit comments