mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 02:39:20 +00:00
12 lines
362 B
Python
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
|