Ejemplo n.º 1
0
 def departments(type=("", "")):
     if type == ("", ""):
         return Reader.CurrentProduction().departments
     else:
         return [
             x for x in Reader.CurrentProduction().departments
             if x.type == type[0]
         ]
Ejemplo n.º 2
0
 def programs():
     return Reader.CurrentProduction().programs
Ejemplo n.º 3
0
 def logo():
     return Reader.CurrentProduction().logo
Ejemplo n.º 4
0
 def bodyTypes():
     return Reader.CurrentProduction().bodyTypes
Ejemplo n.º 5
0
 def showTitle():
     return Reader.CurrentProduction().name