+
    W¦Bi´  ã                   ó\   € R t RR lt ! R R]4      tRt]]^,
          ,          ^ 8X  d   R# R# )a5  
Google Python Style Guide SampleClass

This is basically as close a copy of the Python examples in the Google
Python Style Guide as possible while still being valid code.
NOTE: this is a note
NOTE: this is also a note

http://google-styleguide.googlecode.com/svn/trunk/pyguide.html?showone=Comments#Comments
Nc                ó   € R# )aœ  Fetches rows from a Bigtable.

Retrieves rows pertaining to the given keys from the Table instance
represented by big_table.  Silly things may happen if
other_silly_variable is not None.

Args:
    big_table: An open Bigtable Table instance.
    keys: A sequence of strings representing the key of each table row
        to fetch.
    other_silly_variable: Another optional variable, that has a much
        longer name than the other args, and which does nothing.

Returns:
    A dict mapping keys to the corresponding table row data
    fetched. Each row is represented as a tuple of strings. For
    example:

    {'Serak': ('Rigel VII', 'Preparer'),
     'Zim': ('Irk', 'Invader'),
     'Lrrr': ('Omicron Persei 8', 'Emperor')}

    If a key from the keys argument is missing from the dictionary,
    then that row was not found in the table.

Raises:
    IOError: An error occurred accessing the bigtable.Table object.
N© )Ú	big_tableÚkeysÚother_silly_variables   &&&Ú@/usr/lib/python3.14/site-packages/doxypypy/test/sample_google.pyÚfetch_bigtable_rowsr      s   € ñ: 	ó    c                   ó4   a € ] tR t^.t o RtRR ltR tRtV tR# )ÚSampleClasszÑSummary of class here.

Longer class information....
Longer class information....

Attributes:
    likes_spam: A boolean indicating if we like SPAM or not.
    eggs: An integer count of the eggs we have laid.
c                ó    € Wn         ^ V n        R# )zInits SampleClass with blah.N)Ú
likes_spamÚeggs)Úselfr   s   &&r   Ú__init__ÚSampleClass.__init__9   s   € à$ŒØˆŽ	r	   c                ó   € R# )zPerforms operation blah.Nr   )r   s   &r   Úpublic_methodÚSampleClass.public_method>   s   € ár	   )r   r   N)F)	Ú__name__Ú
__module__Ú__qualname__Ú__firstlineno__Ú__doc__r   r   Ú__static_attributes__Ú__classdictcell__)Ú__classdict__s   @r   r   r   .   s   ø‡ € ñô÷
ð r	   r   )N)r   r   Úobjectr   Úir   r	   r   Ú<module>r      s<   ðñ	ô	ô@&ô ð* 	€ð ˆˆ!…9„>Ùñ r	   