|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /proc/self/root/usr/lib/python2.4/test/ |
Upload File : |
mò
Ğ=Ec @ 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__&