vregistry.py
branchtls-sprint
changeset 724 1ecba333cfb0
parent 721 f76e89b52553
child 727 30fe8f5afbd8
equal deleted inserted replaced
723:1f551018fdfb 724:1ecba333cfb0
    92     :id:
    92     :id:
    93       object's identifier in the registry (string like 'main',
    93       object's identifier in the registry (string like 'main',
    94       'primary', 'folder_box')
    94       'primary', 'folder_box')
    95     :__select__:
    95     :__select__:
    96       class'selector
    96       class'selector
    97     :__selectors__:
       
    98       tuple of selectors to be chained
       
    99       (__select__ and __selectors__ are mutually exclusive)
       
   100       
    97       
   101     Moreover, the `__abstract__` attribute may be set to True to indicate
    98     Moreover, the `__abstract__` attribute may be set to True to indicate
   102     that a vobject is abstract and should not be registered
    99     that a vobject is abstract and should not be registered
   103     """
   100     """
   104     # necessary attributes to interact with the registry
   101     # necessary attributes to interact with the registry