- type_param_demo.Map[K, V].get(key: K) -> V | None[source]
- type_param_demo.Map[K, V].get(key: K, default: V) -> V
- type_param_demo.Map[K, V].get[T](key: K, default: T) -> V | T
Return the mapped value, or the specified default.
Last update:
Nov 16, 2024