Exemplo n.º 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
Exemplo n.º 2
0
 def _get_url(self):
     if self._url is None:
         return TX.label2ParamId(self.name)
     return self._url
Exemplo n.º 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