Пример #1
0
 def incident(self):
     """
     _incident_
     
     generate a Biscuit Incident and return it as JSON
     
     """
     bisc = Bristol.biscuitIncident()
     return bisc
Пример #2
0
 def incident(self):
     """
     _incident_
     
     generate a Biscuit Incident and return it as JSON
     
     """
     bisc = Bristol.biscuitIncident()
     return bisc
Пример #3
0
 def mike(self):
     """
     _mike_
     
     """
     result = "<html><head><title>Mike Wallace: International Man Of Pastries</title></head>"
     result += "<body><h4>"
     result += Bristol.formattedBiscuitIncident()
     result += "</body></h4></html>"
     return result
Пример #4
0
 def mike(self):
     """
     _mike_
     
     """
     result = "<html><head><title>Mike Wallace: International Man Of Pastries</title></head>"
     result += "<body><h4>"
     result += Bristol.formattedBiscuitIncident()
     result += "</body></h4></html>"
     return result