turntable home page
Search...
⌘K
Search...
Navigation
Map Operations
Documentation
Join our Slack
GitHub
Guides
Sources
Models
Metrics
On this page
dict.contains
dict.get
dict.keys
dict.len
dict.values
Map Operations
dict.contains
Return True if the map contains the specified key and False otherwise.
Parameters
key
int | str | IntegerValue | StringValue
required
dict.get
Return the value of the specified key. If the key is not found, the default value is returned.
Parameters
key
Value
required
default
Value | None
dict.keys
Return the keys of the map.
dict.len
Return the length of the map.
dict.values
Return the values of the map.
Was this page helpful?
Yes
No
Assistant
Responses are generated using AI and may contain mistakes.