Home | History | Annotate | Download | only in test

Lines Matching full:octetstring

3563         class octetstring(str):
3569 o = octetstring('A')
3570 self.assertEqual(type(o), octetstring)