|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21573/root/usr/lib/python2.4/test/ |
Upload File : |
mò
‚=5Dc @ sU d Z d k l Z d e f d „ ƒ YZ d „ Z d k Te d j o e ƒ n d S( uğ A module to test whether doctest recognizes some 2.2 features,
like static and class methods.
>>> print 'yup' # 1
yup
We include some (random) encoded (utf-8) text in the text surrounding
the example. It should be ignored:
ЉЊЈĞĞ‚
( s test_supportt Cc B s‡ t Z d Z d „ Z d „ Z d e f d „ ƒ YZ d „ Z d „ Z e e e d d ƒZ
d „ Z e e ƒ Z d
„ Z
e e
ƒ Z
RS( uµ Class C.
>>> print C() # 2
42
We include some (random) encoded (utf-8) text in the text surrounding
the example. It should be ignored:
ЉЊЈĞĞ‚
c C s d S( s: C.__init__.
>>> print C() # 3
42
N( ( t self( ( t( /usr/lib/python2.4/test/test_doctest2.pyt __init__ s c C s d S( s.
>>> print C() # 4
42
t 42N( ( R ( ( R t __str__&