Exemplo n.º 1
0
 def __init__(self, binary_lookup_mode=False):
     this = _SubnetTree.new_SubnetTree(binary_lookup_mode)
     try:
         self.this.append(this)
     except:
         self.this = this
Exemplo n.º 2
0
 def __init__(self, binary_lookup_mode=False): 
     this = _SubnetTree.new_SubnetTree(binary_lookup_mode)
     try: self.this.append(this)
     except: self.this = this
Exemplo n.º 3
0
 def __init__(self, *args):
     this = _SubnetTree.new_SubnetTree(*args)
     try:
         self.this.append(this)
     except:
         self.this = this
Exemplo n.º 4
0
 def __init__(self, *args): 
     this = _SubnetTree.new_SubnetTree(*args)
     try: self.this.append(this)
     except: self.this = this