app/soc/logic/models/linkable.py
changeset 689 46db8c4bbffc
parent 678 b982d9175605
child 1307 091a21cf3627
equal deleted inserted replaced
688:125cad9596da 689:46db8c4bbffc
    39     """
    39     """
    40 
    40 
    41     super(Logic, self).__init__(soc.models.linkable.Linkable)
    41     super(Logic, self).__init__(soc.models.linkable.Linkable)
    42 
    42 
    43   def getScopeDepth(self):
    43   def getScopeDepth(self):
    44     """Returns the scope depth for this entity 
    44     """Returns the scope depth for this entity.
    45 
    45 
    46     As it is impossible to determine the scope depth of a Linkable,
    46     As it is impossible to determine the scope depth of a Linkable,
    47     None is returned. This causes the scope regexp to match a scope
    47     None is returned. This causes the scope regexp to match a scope
    48     with an arbitrary depth. 
    48     with an arbitrary depth. 
    49     """
    49     """