pyderasn.pyi | 4 ++++ diff --git a/pyderasn.pyi b/pyderasn.pyi index eddb9677dfea4362ee523acf5a47e2c6452ee186cc153fdef8db0fbe44583a13..c73ddc7fc1cdbdadea8e5f746b75f2f8688d58a4322aefd12c0f6fcec66e538d 100644 --- a/pyderasn.pyi +++ b/pyderasn.pyi @@ -118,6 +118,7 @@ data: bytes, offset: int=..., leavemm: bool=..., decode_path: Tuple[str, ...]=..., + defines_by_path: Optional[Sequence[Tuple[Tuple[str, ...], Tuple[str, Dict[ObjectIdentifier, Obj]]]]], ) -> Tuple[Obj, bytes]: ... @property @@ -297,6 +298,7 @@ tag_default = ... # type: bytes asn1_type_name = ... # type: str default = ... # type: "OctetString" optional = ... # type: bool + defined = ... # type: Tuple[ObjectIdentifier, Obj] def __init__( self, @@ -365,6 +367,7 @@ def __init__( self, value: Optional[Union["ObjectIdentifier", str, Tuple[int, ...]]]=..., + defines: Optional[Sequence[Tuple[str, Dict["ObjectIdentifier", Obj]]]], impl: Optional[bytes]=..., expl: Optional[bytes]=..., default: Optional[Union["ObjectIdentifier", str, Tuple[int, ...]]]=..., @@ -727,6 +730,7 @@ tag_default = ... # type: bytes asn1_type_name = ... # type: str default = ... # type: "Any" optional = ... # type: bool + defined = ... # type: Tuple[ObjectIdentifier, Obj] def __init__( self,