provide convenience property 'loopsRoot' for concept adapters
This commit is contained in:
parent
8adb6131e1
commit
b605561acd
1 changed files with 4 additions and 0 deletions
|
@ -144,6 +144,10 @@ class AdapterBase(object):
|
|||
return self.context != other
|
||||
return self.context != other.context
|
||||
|
||||
@Lazy
|
||||
def loopsRoot(self):
|
||||
return self.getLoopsRoot()
|
||||
|
||||
def getLoopsRoot(self):
|
||||
return self.context.getLoopsRoot()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue