erg/crates/erg_compiler/lib/pystd/ssl.d.er
2023-01-15 12:03:19 +09:00

12 lines
362 B
Python

.SSLContext: ClassType
.create_default_context!: () => .SSLContext
.SSLError: ClassType
.SSLSocket: ClassType
.SSLSocket <: FileLike!
.rand_bytes! = 'RAND_bytes': (num: Nat,) => Bytes
.rand_pseudo_bytes! = 'RAND_pseudo_bytes': (num: Nat,) => Bytes
.rand_status! = 'RAND_status': () => Bool
.rand_add! = 'RAND_add': (bytes: Bytes, entropy: Float,) => NoneType