undefined
UndefinedNoneOr
module-attribute
A value that is undefined, none, or T
Undefined
Represents an undefined value - without being None.
Source code in unkey/undefined.py
all_undefined
Whether or not all values are undefined.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
*values |
t.Any
|
The values to check. |
()
|
Returns:
| Type | Description |
|---|---|
bool
|
|
any_undefined
Whether or not any values are undefined.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
*values |
t.Any
|
The values to check. |
()
|
Returns:
| Type | Description |
|---|---|
bool
|
|