Esempio n. 1
0
 def help(self):
     try:
         return True, getHtmlFromDescriptionsDict(self, self.helpContent)
     except:
         return False, None
Esempio n. 2
0
 def helpUrl(self):
     try:
         return getHtmlFromDescriptionsDict(self, self.helpContent)
     except:
         return None
Esempio n. 3
0
 def help(self):
     try:
         return True, getHtmlFromDescriptionsDict(self, self.helpContent)
     except:
         return False, None
Esempio n. 4
0
 def helpUrl(self):
     try:
         return getHtmlFromDescriptionsDict(self, self.helpContent)
     except:
         return None