Grx.Event.copy

@accepts(Grx.Event)
@returns(Grx.Event)
def copy(self):
    # Python wrapper for grx_event_copy()
  

Creates a copy of self.

self

the event to copy

Returns