Ejemplo n.º 1
0
 def values(self):
     """
     Return a list over of all values in the settings.
     """
     return MutableMapping.values(self)
Ejemplo n.º 2
0
 def values(self):
     """Explicit use of MutableMapping attributes."""
     return MutableMapping.values(self)
Ejemplo n.º 3
0
 def values(self):
     """
     Return a list over of all values in the settings.
     """
     return MutableMapping.values(self)