1 2.. _univ.Null: 3 4.. |ASN.1| replace:: Null 5 6|ASN.1| type 7------------ 8 9.. autoclass:: pyasn1.type.univ.Null(value=NoValue(), tagSet=TagSet()) 10 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec 11 12 .. note:: 13 14 The |ASN.1| type models ASN.1 NULL. 15 16 .. automethod:: pyasn1.type.univ.Null.clone(value=NoValue(), tagSet=TagSet()) 17 .. automethod:: pyasn1.type.univ.Null.subtype(value=NoValue(), implicitTag=Tag(), explicitTag=Tag()) 18