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