Statistics
| Revision:

gvsig-scripting / org.gvsig.scripting / trunk / org.gvsig.scripting / org.gvsig.scripting.app / org.gvsig.scripting.app.mainplugin / src / main / resources-plugin / scripting / lib / astroid / tests / testdata / python3 / data / SSL1 / Connection1.py @ 745

History | View | Annotate | Download (306 Bytes)

1
"""M2Crypto.SSL.Connection
2

3
Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved."""
4

    
5
RCS_id='$Id: Connection1.py,v 1.1 2005-06-13 20:55:22 syt Exp $'
6

    
7
#Some code deleted here
8

    
9
class Connection:
10

    
11
    """An SSL connection."""
12

    
13
    def __init__(self, ctx, sock=None):
14
        print('init Connection')