Exemplo n.º 1
0
 def ragel_binary(self):
     return Ragel.scoped_instance(self).select(context=self.context)
Exemplo n.º 2
0
 def ragel_binary(self):
   return Ragel.scoped_instance(self).select(context=self.context)
Exemplo n.º 3
0
 def subsystem_dependencies(cls):
     return super(RagelGen,
                  cls).subsystem_dependencies() + (Ragel.scoped(cls), )
Exemplo n.º 4
0
 def subsystem_dependencies(cls):
   return super(RagelGen, cls).subsystem_dependencies() + (Ragel.scoped(cls),)