Beispiel #1
0
 def values(self):
     return _bits._getenvdict().values()
Beispiel #2
0
 def keys(self):
     return _bits._getenvdict().keys()
Beispiel #3
0
 def items(self):
     return _bits._getenvdict().items()
Beispiel #4
0
 def __len__(self):
     return len(_bits._getenvdict())
Beispiel #5
0
 def copy(self):
     return _bits._getenvdict()
Beispiel #6
0
 def __repr__(self):
     return repr(_bits._getenvdict())
Beispiel #7
0
 def __cmp__(self, other):
     return cmp(_bits._getenvdict(), other)
Beispiel #8
0
 def items(self):
     return _bits._getenvdict().items()
Beispiel #9
0
 def values(self):
     return _bits._getenvdict().values()
Beispiel #10
0
 def keys(self):
     return _bits._getenvdict().keys()
Beispiel #11
0
 def copy(self):
     return _bits._getenvdict()
Beispiel #12
0
 def __len__(self):
     return len(_bits._getenvdict())
Beispiel #13
0
 def __cmp__(self, other):
     return cmp(_bits._getenvdict(), other)
Beispiel #14
0
 def __repr__(self):
     return repr(_bits._getenvdict())