NoValue sentinel

class pyasn1.type.base.NoValue

Create a singleton instance of NoValue class.

The NoValue sentinel object represents an instance of ASN.1 schema object as opposed to ASN.1 value object.

Only ASN.1 schema-related operations can be performed on ASN.1 schema objects.

Warning

Any operation attempted on the noValue object will raise the PyAsn1Error exception.