Exemplo n.º 1
0
 def getData(self, soFar=0):
     return NDRSTRUCT.getData(self, soFar)
Exemplo n.º 2
0
 def getData(self, soFar = 0):
     return NDRSTRUCT.getData(self, soFar)
Exemplo n.º 3
0
 def getData(self, soFar = 0):
     self['SubAuthorityCount'] = len(self['SubAuthority'])
     return NDRSTRUCT.getData(self, soFar)
Exemplo n.º 4
0
 def getData(self, soFar=0):
     self['SubAuthorityCount'] = len(self['SubAuthority'])
     return NDRSTRUCT.getData(self, soFar)
Exemplo n.º 5
0
 def getData(self, soFar=0):
     self["SubAuthorityCount"] = len(self["SubAuthority"])
     return NDRSTRUCT.getData(self, soFar)