Ejemplo n.º 1
0
 def __len__(self):
   return _cODP.ODPNamedNodeMap_getLength(self.this)
Ejemplo n.º 2
0
 def __getattr__(self,attr):
   if attr=="length":
     return _cODP.ODPNamedNodeMap_getLength(self.this)
   else:
     raise AttributeError,attr
Ejemplo n.º 3
0
 def getLength(self):
     return _cODP.ODPNamedNodeMap_getLength(self)