MCQs > IT & Programming > Symbian Platform Python > What function does the following code perform? import inbox, appuifw, e32 def message_get(msg_id): box = inbox.Inbox() appuifw.note(u'New message: %s' % box.content(msg_id)) app_lock.signal() box = inbox.Inbox() box.bind(message_get) print 'new SMS messages..' app_lock = e32.Ao_lock() app_lock.wait() print 'Message handled!

Symbian Platform Python MCQs

What function does the following code perform?
import inbox, appuifw, e32
def message_get(msg_id):
        box = inbox.Inbox()
        appuifw.note(u"New message: %s" % box.content(msg_id))
        app_lock.signal()
box = inbox.Inbox()
box.bind(message_get)
print "new SMS messages.."
app_lock = e32.Ao_lock()
app_lock.wait()
print "Message handled!"

Answer

Correct Answer:

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Symbian Platform Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Symbian Platform Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it