예제 #1
0
파일: pureldap.py 프로젝트: antong/ldaptor
 def __str__(self):
     r=str(self.value)
     return chr(self.identification())+int2berlen(len(r))+r
예제 #2
0
파일: pureldap.py 프로젝트: im-0/ldaptor
 def __str__(self):
     r = str(self.value)
     return chr(self.identification()) + int2berlen(len(r)) + r