コード例 #1
0
ファイル: component.py プロジェクト: thongnv/Xierpa3
 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
コード例 #2
0
 def _get_url(self):
     if self._url is None:
         return TX.label2ParamId(self.name)
     return self._url
コード例 #3
0
ファイル: component.py プロジェクト: dungmv56/Xierpa3
 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