Table of contents Index

class Event - Class representing an IRC event.

Declared in module irclib

Synopsis

class Event:
    def __init__(self, eventtype, source, target, arguments=None) # Constructor of Event objects.
    def arguments(self) # Get the event arguments.
    def eventtype(self) # Get the event type.
    def source(self) # Get the event source.
    def target(self) # Get the event target.


Valid HTML 4.0! Made with CSS