/usr/lib/python2.6/site-packages/netaddr
Edit: /usr/lib/python2.6/site-packages/netaddr/compat.pyc (5078B)
Ñò
}DVc @ s„ d Z d d k Z e i d d j oš e i Z e Z e Z d „ Z
d „ Z d „ Z d „ Z
d „ Z d
„ Z d „ Z d „ Z d
„ Z d „ Z e Z d d „ Z d d „ Z
d „ Z nÁ e i d d !d d g j o— e i Z e e f Z e Z d „ Z
d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z e Z d d „ Z d d „ Z
d „ Z n
e d ƒ ‚ d S( s«
Compatibility wrappers providing uniform behaviour for Python code required to
run under both Python 2.x and 3.x.
All operations emulate 2.x behaviour where applicable.
iÿÿÿÿNi i c C s t | t t d i ƒ ƒ f ƒ S( t ( t
isinstancet strt typet encode( t x( ( s/ /tmp/pip-build-lt8jXN/netaddr/netaddr/compat.pyt
s c C s
t | t ƒ S( ( R t int( R ( ( s/ /tmp/pip-build-lt8jXN/netaddr/netaddr/compat.pyR s c C s
t | d ƒ S( t __call__( t hasattr( R ( ( s/ /tmp/pip-build-lt8jXN/netaddr/netaddr/compat.pyR s c C s | i S( ( t __doc__( R ( ( s/ /tmp/pip-build-lt8jXN/netaddr/netaddr/compat.pyR s c C s t | i ƒ ƒ S( ( t listt keys( R ( ( s/ /tmp/pip-build-lt8jXN/netaddr/netaddr/compat.pyR s c C s t | i ƒ ƒ S( ( R t items( R ( ( s/ /tmp/pip-build-lt8jXN/netaddr/netaddr/compat.pyR s c C s
| i ƒ S( ( R ( R ( ( s/ /tmp/pip-build-lt8jXN/netaddr/netaddr/compat.pyR " s c G s d i ƒ i | Œ S( NR ( R t join( t args( ( s/ /tmp/pip-build-lt8jXN/netaddr/netaddr/compat.pyt _bytes_join$ s c G s t t | Œ ƒ S( N( R t zip( R ( ( s/ /tmp/pip-build-lt8jXN/netaddr/netaddr/compat.pyt _zip' s c O s t t | | Ž ƒ S( N( R t range( R t kwargs( ( s/ /tmp/pip-build-lt8jXN/netaddr/netaddr/compat.pyt _range* s c C s% | d j o
| | _ n | i Sd S( N( t Nonet __name__( t ft name( ( s/ /tmp/pip-build-lt8jXN/netaddr/netaddr/compat.pyt
_func_name/ s
c C s% | d j o
| | _ n | i Sd S( N( R R
( R t docstring( ( s/ /tmp/pip-build-lt8jXN/netaddr/netaddr/compat.pyt _func_doc5 s
c C s
t | ƒ S( N( t next( R ( ( s/ /tmp/pip-build-lt8jXN/netaddr/netaddr/compat.pyt
_iter_next; s i c C s
t | t ƒ S( ( R t
basestring( R ( ( s/ /tmp/pip-build-lt8jXN/netaddr/netaddr/compat.pyR F s c C s t | t t f ƒ S( ( R R t long( R ( ( s/ /tmp/pip-build-lt8jXN/netaddr/netaddr/compat.pyR H s c C s
t | ƒ S( ( t callable( R ( ( s/ /tmp/pip-build-lt8jXN/netaddr/netaddr/compat.pyR J s c C s
| i ƒ S( ( R ( R ( ( s/ /tmp/pip-build-lt8jXN/netaddr/netaddr/compat.pyR L s c C s
| i ƒ S( ( R
( R ( ( s/ /tmp/pip-build-lt8jXN/netaddr/netaddr/compat.pyR N s c C s t | i ƒ ƒ S( ( t iterR ( R ( ( s/ /tmp/pip-build-lt8jXN/netaddr/netaddr/compat.pyR P s c G s
d i | Œ S( NR ( R ( R ( ( s/ /tmp/pip-build-lt8jXN/netaddr/netaddr/compat.pyR R s c G s
t | Œ S( N( R ( R ( ( s/ /tmp/pip-build-lt8jXN/netaddr/netaddr/compat.pyR U s c O s
t | | Ž S( N( R ( R R ( ( s/ /tmp/pip-build-lt8jXN/netaddr/netaddr/compat.pyR X s c C s% | d j o
| | _ n | i Sd S( N( R t func_name( R R ( ( s/ /tmp/pip-build-lt8jXN/netaddr/netaddr/compat.pyR ] s
c C s% | d j o
| | _ n | i Sd S( N( R t func_doc( R R ( ( s/ /tmp/pip-build-lt8jXN/netaddr/netaddr/compat.pyR c s
c C s
| i ƒ S( N( R ( R ( ( s/ /tmp/pip-build-lt8jXN/netaddr/netaddr/compat.pyR i s sA this module only supports Python 2.4.x or higher (including 3.x)!( R
t syst _syst version_infot maxsizet _sys_maxintR t _int_typeR t _str_typet _is_strt _is_intt _callableR t
_dict_keyst _dict_itemst _iter_dict_keysR R R R t _iter_rangeR R R t maxintR R t xranget RuntimeError( ( ( s/ /tmp/pip-build-lt8jXN/netaddr/netaddr/compat.pyt sL