diff options
Diffstat (limited to 'astroid/tests/testdata/python3/data/SSL1/Connection1.py')
| -rw-r--r-- | astroid/tests/testdata/python3/data/SSL1/Connection1.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/astroid/tests/testdata/python3/data/SSL1/Connection1.py b/astroid/tests/testdata/python3/data/SSL1/Connection1.py new file mode 100644 index 0000000..7373271 --- /dev/null +++ b/astroid/tests/testdata/python3/data/SSL1/Connection1.py @@ -0,0 +1,14 @@ +"""M2Crypto.SSL.Connection + +Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved.""" + +RCS_id='$Id: Connection1.py,v 1.1 2005-06-13 20:55:22 syt Exp $' + +#Some code deleted here + +class Connection: + + """An SSL connection.""" + + def __init__(self, ctx, sock=None): + print('init Connection') |
