HomeSort by relevance Sort by last modified time
    Searched refs:c_wbuffer (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/ctypes/test/
test_prototypes.py 41 def c_wbuffer(init): function
180 self.assertEqual(u"123", func(c_wbuffer(u"123")))
198 self.assertEqual("123", func(c_wbuffer("123")))
  /external/python/cpython3/Lib/ctypes/test/
test_prototypes.py 41 def c_wbuffer(init): function
183 self.assertEqual("123", func(c_wbuffer("123")))
201 self.assertEqual("123", func(c_wbuffer("123")))

Completed in 46 milliseconds