View Single Post
Old 06-26-2010, 11:00 AM   #1
offby1
Junior Member
offby1 began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Jun 2010
Device: iPhone w/ Stanza
Question (Development) What are these apparently-undefined python operators?

I'm looking at the calibre/gui2/convert/look_and_feel.py module, and it's got a bunch of operators in it whose provenance I can't determine:

Code:
    TITLE = _('Look & Feel')
    ICON  = I('lookfeel.svg')
    HELP  = _('Control the look and feel of the output')
The "_" and "I" functions... what are those and where are they defined?
offby1 is offline   Reply With Quote