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