facts["key"] and facts.get("key")) as well as
membership tests (e.g. "key" in facts). It does not support iteration or methods like
keys(), items(), or len().
Members
get
key if it exists, or default.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
facts["key"] and facts.get("key")) as well as
membership tests (e.g. "key" in facts). It does not support iteration or methods like
keys(), items(), or len().
unknown Facts.get(key, default=None)
key if it exists, or default.
| Parameter | Description |
|---|---|
key | string; required The key to look up. |
default | default is None The value to return if key is not present. |