yr.Context.getUserData#
- Context.getUserData(key, default=None)[source]#
Get the value passed in by the user through environment variables via the key.
- Parameters:
key (string) – The key of the environment configured by the user.
default (string) – The default value when the user obtains an empty environment variable.
- Returns:
The value corresponding to the key of the environment variable configured by the user.