Exemplo n.º 1
0
 def auth_code(self, target):
     "Returns the authority code for the given string target node."
     return capi.get_auth_code(self.ptr, force_bytes(target))
Exemplo n.º 2
0
 def auth_code(self, target):
     "Returns the authority code for the given string target node."
     return capi.get_auth_code(self.ptr, target)
Exemplo n.º 3
0
"""