Ejemplo n.º 1
0
 def getBinders(self):
     # Return the binder dictionary
     if section.binders is None:
         section.binders={}
         objutil.binder(1,1,8).register(section.binders)
         objutil.binder(2,2,16).register(section.binders)
         objutil.binder(3,3,24).register(section.binders)
         objutil.binder(4,4,31).register(section.binders)
         objutil.binder(8,8,64).register(section.binders)
     return section.binders
Ejemplo n.º 2
0
 def getBinders(self):
     # Return the binder mappings
     # Return the binder dictionary
     if sect_code.binders is None:
         sect_code.binders={}
         objutil.binder(1,1,8).register(sect_code.binders)
         objutil.binder(2,2,12).register(sect_code.binders)
         objutil.binder(3,2,16).register(sect_code.binders)
         objutil.binder(4,4,31).register(sect_code.binders)
         objutil.binder(22,8,64).register(sect_code.binders)
     return sect_code.binders