420  """This is a test of decorators and other things"""
  421  # This should be line 421...
  422  @whatever(arg,arg2)
  423  @A @B(arghh) @C
  424  def LlamaSaysNi(arg='Ni!',arg2="RALPH"):
  425     """This docstring is deeply disturbed by all the llama references"""
  426     print '%s The Wonder Llama says %s'% (arg2,arg)
  427  # So I was like duh!, and he was like ya know?!,
  428  # and so we were both like huh...wtf!? RTFM!! LOL!!;)
  429  @staticmethod## Double comments are KewL.
  430  def LlamasRLumpy():
  431     """This docstring is too sexy to be here.
  432     """
  433     u"""
  434  =============================
  435  A Møøse once bit my sister...
  436  =============================
  437     """
  438     ## Relax, this won't hurt a bit, just a simple, painless procedure,
  439     ## hold still while I get the anesthetizing hammer.
  440     m = {'three':'1','won':'2','too':'3'}
  441     o = r'fishy\fishy\fishy/fish\oh/where/is\my/little\..'
  442     python = uR""" 
  443   No realli! She was Karving her initials øn the møøse with the sharpened end  
  444   of an interspace tøøthbrush given her by Svenge - her brother-in-law -an Oslo
  445   dentist and star of many Norwegian møvies: "The Høt Hands of an Oslo         
  446   Dentist", "Fillings of Passion", "The Huge Mølars of Horst Nordfink"..."""
  447     RU"""142 MEXICAN WHOOPING LLAMAS"""#<-Can you fit 142 llamas in a red box?
  448     n = u' HERMSGERVØRDENBRØTBØRDA ' + """ YUTTE """
  449     t = """SAMALLNIATNUOMNAIRODAUCE"""+"DENIARTYLLAICEPS04"
  450     ## We apologise for the fault in the
  451     ## comments. Those responsible have been
  452     ## sacked.
  453     y = '14 NORTH CHILEAN GUANACOS \
  454  (CLOSELY RELATED TO THE LLAMA)'
  455     rules = [0,1,2,3,4,5]
  456     print y

Created by PySourceColor.py
copyright M.E.Farmer Jr. 2004