class _NoValueType:
Special keyword value.
The instance of this class may be used as the default value assigned to a
keyword if no other obvious default (e.g., None
) is suitable,
Common reasons for using this keyword are:
Method | __new__ |
Undocumented |
Method | __reduce__ |
Undocumented |
Method | __repr__ |
Undocumented |
Class Variable | __instance |
Undocumented |