Example #1
0
 def _get_url(self):
     u"""Set/Get property @self.url@.
     Answer the url of this component. Otherwise answer @None@."""
     if self._url is None:
         return TX.label2ParamId(self.name)
     return self._url
Example #2
0
 def _get_url(self):
     if self._url is None:
         return TX.label2ParamId(self.name)
     return self._url
Example #3
0
 def _get_url(self):
     u"""Set/Get property @self.url@.
     Answer the url of this component. Otherwise answer @None@."""
     if self._url is None:
         return TX.label2ParamId(self.name)
     return self._url