(self)
| 285 | str2bin("of" "b\x00inary")) |
| 286 | |
| 287 | def testSymbol(self): |
| 288 | self._test("symbol", symbol("this is a symbol test"), symbol("bleh"), symbol("blah")) |
| 289 | |
| 290 | def testTimestamp(self): |
| 291 | self._test("timestamp", timestamp(0), timestamp(12345), timestamp(1000000)) |