erg/compiler/erg_compiler/lib/pystd/ssl.d.er
Shunsuke Shibayama 12711ba08a Add semver.er
2022-10-23 21:13:45 +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