Пример #1
0
 def all_short_connectors(self):
     """
      If true, then all connectors have length restrictions imposed on
      them -- they can be no farther than short_length apart. This is
      used when parsing in \"panic\" mode, for example.
     """
     return clg.parse_options_get_all_short_connectors(self._obj) == 1
Пример #2
0
 def all_short_connectors(self):
     """
      If true, then all connectors have length restrictions imposed on
      them -- they can be no farther than short_length apart. This is
      used when parsing in \"panic\" mode, for example.
     """
     return clg.parse_options_get_all_short_connectors(self._obj) == 1