Showing content from http://svn.python.org/projects/python/branches/tk_and_idle_maintenance/Python/formatter_unicode.c below:
/* Implements the unicode (as opposed to string) version of the built-in formatter for unicode. That is, unicode.__format__(). */ #include "Python.h" #ifdef Py_USING_UNICODE #include "../Objects/stringlib/unicodedefs.h" #define FORMAT_STRING _PyUnicode_FormatAdvanced /* don't define FORMAT_LONG, FORMAT_FLOAT, and FORMAT_COMPLEX, since we can live with only the string versions of those. The builtin format() will convert them to unicode. */ #include "../Objects/stringlib/formatter.h" #endif
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4