Ejemplo 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))
Ejemplo 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)
Ejemplo n.º 3
0
"""