Members
get
key if it exists, or default.
Parameters
ParameterDescriptionkeystring;
required
The key to look up.
default
default is None
The value to return if key is not present.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
unknown Facts.get(key, default=None)
key if it exists, or default.
keystring;
required
The key to look up.
default
default is None
The value to return if key is not present.