예제 #1
0
 def getAttribute(self, attrname):
   return _cODP.ODPElement_getAttribute(self.this,attrname)
예제 #2
0
 def hasAttribute(self, name):
   return _cODP.ODPElement_getAttribute(self.this,name) is not None
예제 #3
0
파일: cODP.py 프로젝트: zhenming-xu/p4vasp
 def getAttribute(self, *args):
     return _cODP.ODPElement_getAttribute(self, *args)