Home
last modified time | relevance | path

Searched refs:declare_with_name (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/ctypes/test/
Dtest_structures.py255 def declare_with_name(name): function
259 self.assertRaises(TypeError, declare_with_name, u"x\xe9")
/external/python/cpython3/Lib/ctypes/test/
Dtest_structures.py265 def declare_with_name(name): function
269 self.assertRaises(TypeError, declare_with_name, b"x")