help on self._dir

Kaushik kaushiknfs at gmail.com
Mon Jun 9 10:54:12 EDT 2008


Hi,
i'm new to python , and i came across a code like

if ("on_%s" % handler ) in self._dir:

i tried use the a similar method in my class it errors out like

AttributeError: bot instance has no attribute '_dir'

what am i doing wrong?

Thanks,
Kaushik



More information about the Python-list mailing list