Package emma :: Package module :: Package find_email :: Class find_email
[hide private]
[frames] | no frames]

Class find_email

source code

complement.Complement --+    
                        |    
                   Module --+
                            |
                           find_email

Instance Methods [hide private]
 
run(self)
The starting method of the complement
source code
 
help_handler(self, event, data) source code
 
cmd_handler(self, event, data) source code
 
add_search(self, emails, channel) source code
 
show_list(self, channel, interface) source code
 
show_email(self, email, channel, interface) source code
 
say(self, msg, channel, interface) source code
 
parse_args(self, args) source code

Inherited from complement.Complement: __init__, log, update_db

Instance Variables [hide private]
  search
{channel:[email]}
Method Details [hide private]

run(self)

source code 

The starting method of the complement

Each interface or module should define here the initialization, subscribe to events, the periodic actions, ...

Overrides: complement.Complement.run
(inherited documentation)

add_search(self, emails, channel)

source code 
Decorators:
  • @use_lock