Example #1
0
 def update_db_type(self):
     if not self._type:
         self.db_type = None
     else:
         self.db_type = create_port_spec_item_string(self._identifier,
                                                     self._type,
                                                     self._namespace)
Example #2
0
 def update_db_type(self):
     if not self._type:
         self.db_type = None
     else:
         self.db_type = create_port_spec_item_string(self._identifier,
                                                     self._type,
                                                     self._namespace)
Example #3
0
 def _get_sigstring(self):
     if self._sigstring is None:
         self._sigstring = create_port_spec_item_string(
             self.package, self.module, self.namespace)
     return self._sigstring
 def _get_sigstring(self):
     if self._sigstring is None:
         self._sigstring = create_port_spec_item_string(self.package,
                                                        self.module,
                                                        self.namespace)
     return self._sigstring