/usr/lib/python2.6/site-packages/stevedore/example
Edit: /usr/lib/python2.6/site-packages/stevedore/example/simple.pyc (1002B)
Ñò
yDVc @ s- d d k l Z d e i f d „ ƒ YZ d S( iÿÿÿÿ( t baset Simplec B s e Z d Z d „ Z RS( s A very basic formatter.
c c sD x= t | i ƒ ƒ D]) \ } } d i d | d | ƒ } | Vq Wd S( s¶ Format the data and return unicode text.
:param data: A dictionary with string keys and simple types as
values.
:type data: dict(str:?)
s {name} = {value}
t namet valueN( t sortedt itemst format( t selft dataR R t line( ( s; /tmp/pip-build-lt8jXN/stevedore/stevedore/example/simple.pyR s ( t __name__t
__module__t __doc__R ( ( ( s; /tmp/pip-build-lt8jXN/stevedore/stevedore/example/simple.pyR s N( t stevedore.exampleR t
FormatterBaseR ( ( ( s; /tmp/pip-build-lt8jXN/stevedore/stevedore/example/simple.pyt
s