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/seq_tests.pyo |
³ò h”Rc @ sì d Z d d k Z d d k l Z d „ Z d d d „ ƒ YZ d d d „ ƒ YZ d d d „ ƒ YZ d d d „ ƒ YZ d d d „ ƒ YZ d d d „ ƒ YZ d d d „ ƒ YZ d d k l Z l Z d „ Z d e i f d „ ƒ YZ d S( s3 Tests common to tuple, list and UserList.UserList iÿÿÿÿN( t test_supportc c s x | D] } | Vq Wd S( s Regular generatorN( ( t seqnt i( ( s* /usr/local/lib/python2.5/test/seq_tests.pyt iterfunc s t Sequencec B s e Z d Z d „ Z d „ Z RS( s Sequence using __getitem__c C s | | _ d S( N( R ( t selfR ( ( s* /usr/local/lib/python2.5/test/seq_tests.pyt __init__ s c C s | i | S( N( R ( R R ( ( s* /usr/local/lib/python2.5/test/seq_tests.pyt __getitem__ s ( t __name__t __module__t __doc__R R ( ( ( s* /usr/local/lib/python2.5/test/seq_tests.pyR s t IterFuncc B s) e Z d Z d „ Z d „ Z d „ Z RS( s Sequence using iterator protocolc C s | | _ d | _ d S( Ni ( R R ( R R ( ( s* /usr/local/lib/python2.5/test/seq_tests.pyR s c C s | S( N( ( R ( ( s* /usr/local/lib/python2.5/test/seq_tests.pyt __iter__ s c C sF | i t | i ƒ j o t ‚ n | i | i } | i d 7_ | S( Ni ( R t lenR t StopIteration( R t v( ( s* /usr/local/lib/python2.5/test/seq_tests.pyt next s ( R R R R R R ( ( ( s* /usr/local/lib/python2.5/test/seq_tests.pyR s t IterGenc B s e Z d Z d „ Z d „ Z RS( s9 Sequence using iterator protocol defined with a generatorc C s | | _ d | _ d S( Ni ( R R ( R R ( ( s* /usr/local/lib/python2.5/test/seq_tests.pyR % s c c s x | i D] } | Vq Wd S( N( R ( R t val( ( s* /usr/local/lib/python2.5/test/seq_tests.pyR ( s ( R R R R R ( ( ( s* /usr/local/lib/python2.5/test/seq_tests.pyR # s t IterNextOnlyc B s e Z d Z d „ Z d „ Z RS( s Missing __getitem__ and __iter__c C s | | _ d | _ d S( Ni ( R R ( R R ( ( s* /usr/local/lib/python2.5/test/seq_tests.pyR . s c C sF | i t | i ƒ j o t ‚ n | i | i } | i d 7_ | S( Ni ( R R R R ( R R ( ( s* /usr/local/lib/python2.5/test/seq_tests.pyR 1 s ( R R R R R ( ( ( s* /usr/local/lib/python2.5/test/seq_tests.pyR , s t IterNoNextc B s e Z d Z d „ Z d „ Z RS( s Iterator missing next()c C s | | _ d | _ d S( Ni ( R R ( R R ( ( s* /usr/local/lib/python2.5/test/seq_tests.pyR 9 s c C s | S( N( ( R ( ( s* /usr/local/lib/python2.5/test/seq_tests.pyR <