Changeset 8524 for branches/jingle/src/common/xmpp/simplexml.py
- Timestamp:
- 08/21/07 01:14:57 (17 months ago)
- Files:
-
- 1 modified
-
branches/jingle/src/common/xmpp/simplexml.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/jingle/src/common/xmpp/simplexml.py
r8496 r8524 256 256 def __contains__(self,item): 257 257 """ Checks if node has attribute "item" """ 258 self.has_attr(item)258 return self.has_attr(item) 259 259 def __getattr__(self,attr): 260 260 """ Reduce memory usage caused by T/NT classes - use memory only when needed. """
