Example #1
0
 def __init__(self, post, this):
     self.post = post                # can be stream, too
     cstruct.xine_post_out_t.__init__(self, this)
     self.__super = cstruct.super(PostOutput, self)
Example #2
0
 def __init__(self, post, this):
     self.post = post
     cstruct.xine_post_in_t.__init__(self, this)
     self.__super = cstruct.super(PostInput, self)
Example #3
0
 def __init__(self, _raw, _owned=0):
     cstruct.xine_event_t.__init__(self, _raw)
     self._owned = _owned
     self.__super = cstruct.super(Event, self)
Example #4
0
 def __init__(self, _raw):
     cstruct.xine_format_change_data_t.__init__(self, _raw)
     self.__super = cstruct.super(xine_format_change_data_t, self)
Example #5
0
 def __init__(self):
     self.__super = cstruct.super(SuperTests.TestSubclass, self)
     global _n_TestSubclasses
     _n_TestSubclasses = _n_TestSubclasses + 1