Home
last modified time | relevance | path

Searched refs:assertStructError (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_struct.py328 def assertStructError(func, *args, **kwargs): function
335 assertStructError(struct.calcsize, format)
336 assertStructError(struct.pack, format, 0)
337 assertStructError(struct.unpack, format, b"")

Completed in 2 milliseconds