public copy() as SSLContext:
import klyn.net.ssl context = SSLContext.clientDefault() copy = context.copy() print(copy.verifyPeer)