mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
Change dotted_string from method to str (#4335)
This commit is contained in:
2
third_party/2and3/cryptography/x509.pyi
vendored
2
third_party/2and3/cryptography/x509.pyi
vendored
@@ -14,8 +14,8 @@ from cryptography.hazmat.primitives.hashes import HashAlgorithm
|
||||
from cryptography.hazmat.primitives.serialization import Encoding
|
||||
|
||||
class ObjectIdentifier(object):
|
||||
dotted_string: str
|
||||
def __init__(self, dotted_string: str) -> None: ...
|
||||
def dotted_string(self) -> str: ...
|
||||
|
||||
class CRLEntryExtensionOID(object):
|
||||
CERTIFICATE_ISSUER: ClassVar[ObjectIdentifier]
|
||||
|
||||
Reference in New Issue
Block a user