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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ascii_formatd.py 0 # PyOS_ascii_formatd is deprecated and not called from anywhere in
12 PyOS_ascii_formatd = pythonapi.PyOS_ascii_formatd
20 with check_warnings(('PyOS_ascii_formatd is deprecated',
22 PyOS_ascii_formatd(byref(buf), sizeof(buf), '%+.10f',
29 # %-formatting returns the same values os PyOS_ascii_formatd
46 with check_warnings(('PyOS_ascii_formatd is deprecated',
49 PyOS_ascii_formatd(byref(buf), sizeof(buf), format,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ascii_formatd.py 0 # PyOS_ascii_formatd is deprecated and not called from anywhere in
12 PyOS_ascii_formatd = pythonapi.PyOS_ascii_formatd
20 with check_warnings(('PyOS_ascii_formatd is deprecated',
22 PyOS_ascii_formatd(byref(buf), sizeof(buf), '%+.10f',
29 # %-formatting returns the same values os PyOS_ascii_formatd
46 with check_warnings(('PyOS_ascii_formatd is deprecated',
49 PyOS_ascii_formatd(byref(buf), sizeof(buf), format,

Completed in 200 milliseconds