Beispiel #1
0
 def sandbox(self):
     return Sandbox(
         Context(
             {
                 "DIRS": (list, list, None),
             }
         )
     )
 def sandbox(self):
     return Sandbox(Context({
         'DIRS': (list, list, None, None),
     }))
Beispiel #3
0
 def sandbox(self):
     return Sandbox(Context(VARIABLES))