Exemplo n.º 1
0
 def inherited(self):
     if self.__inherited_ro is None:
         self.__inherited_ro = ImmutableDict(self.__inherited)
     return self.__inherited_ro
Exemplo n.º 2
0
 def local(self):
     if self.__local_ro is None:
         self.__local_ro = ImmutableDict(self.__local)
     return self.__local_ro