Current Path : /usr/local/lib/python2.5/test/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/local/lib/python2.5/test/test_doctest2.pyo |
³ò h”Rc @ s[ d Z d d k l Z d e f d „ ƒ YZ d „ Z d 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: ЉЊЈÐЂ iÿÿÿÿ( t test_supportt Cc B s{ e Z d Z d „ Z d „ Z d e f d „ ƒ YZ d „ Z d „ Z e e e d d ƒZ e d „ ƒ Z e d „ ƒ 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( ( s. /usr/local/lib/python2.5/test/test_doctest2.pyt __init__ s c C s d S( s. >>> print C() # 4 42 t 42( ( R ( ( s. /usr/local/lib/python2.5/test/test_doctest2.pyt __str__&