예제 #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))
예제 #2
0
파일: srs.py 프로젝트: JMassapina/lettuce
 def auth_code(self, target):
     "Returns the authority code for the given string target node."
     return capi.get_auth_code(self.ptr, target)
예제 #3
0
"""