php IHDR w Q )Ba pHYs sRGB gAMA a IDATxMk\U s&uo,mD )Xw+e?tw.oWp;QHZnw`gaiJ9̟灙a=nl[ ʨ G;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ y H@E7j 1j+OFRg}ܫ;@Ea~ j`u'o> j- $_q?qS XzG'ay
files >> /usr/lib/python2.6/ |
files >> //usr/lib/python2.6/fractions.pyc |
Lc @ s d Z d d k l Z d d k Z d d k Z d d k Z d d k Z d d g Z e i Z d Z e i d e i Z d e f d YZ d S( s+ Rational, infinite-precision, real numbers.i( t divisionNt Fractiont gcdc C s$ x | o | | | } } q W| S( s Calculate the Greatest Common Divisor of a and b. Unless b==0, the result will have the same sign as b (so that when b is divided by it, the result comes out positive). ( ( t at b( ( s /usr/lib/python2.6/fractions.pyR s s \A\s* # optional whitespace at the start, then (?P<sign>[-+]?) # an optional sign, then (?=\d|\.\d) # lookahead for digit or .digit (?P<num>\d*) # numerator (possibly empty) (?: # followed by an optional /(?P<denom>\d+) # / and denominator | # or \.(?P<decimal>\d*) # decimal point and fractional part )? \s*\Z # and optional whitespace to finish c B s e Z d Z d( Z d d d Z e d Z e d Z d d Z e d Z e d Z d Z d Z d Z d Z e e e i \ Z Z d Z e e e i \ Z Z d Z e e e i \ Z Z d Z e e e i \ Z Z e e e i \ Z! Z"