Sun, 25 Aug 2019 19:25:37 +0200
Started to add the stubs for MicroPython.
# -*- coding: utf-8 -*- # Copyright (c) 2019 Detlev Offenbach <detlev@die-offenbachs.de> # """ Module containing stubs for API generation of the def 'ussl' module. """ CERT_NONE = 0 CERT_OPTIONAL = 0 CERT_REQUIRED = 0 def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, cert_reqs=CERT_NONE, ca_certs=None): pass