Exemplo n.º 1
0
 def __repr__(self):
     return "Session(%s)" % kwargs_str(
         self,
         attrs=[
             'key', '_starts_at', '_ends_at', '_started_at', '_ended_at',
             'attendant_count'
         ],
         cached=['attendees'])
Exemplo n.º 2
0
 def __repr__(self): 
     return "Webinar(%s)" % kwargs_str(self,attrs=['organizer','key','subject','description'],cached=['sessions','registrations'])
Exemplo n.º 3
0
 def __repr__(self):
     return "Webinar(%s)" % kwargs_str(
         self,
         attrs=['organizer', 'key', 'subject', 'description'],
         cached=['sessions', 'registrations'])
Exemplo n.º 4
0
 def __repr__(self): 
     return "Session(%s)" % kwargs_str(self,attrs=['key','_starts_at','_ends_at','_started_at','_ended_at','attendant_count'], cached=['attendees'])