Example #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))
Example #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)
Example #3
0
"""