Home
last modified time | relevance | path

Searched defs:argparse (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Doc/whatsnew/
D3.5.rst763 argparse section in Improved Modules
D3.4.rst621 argparse section in Improved Modules
/external/python/cpython2/Objects/
Dunicodeobject.c1465 static char *argparse = "O!n;decoding error handler must return (unicode, int) tuple"; in unicode_decode_call_errorhandler() local
3573 static char *argparse = "O!n;encoding error handler must return (unicode, int) tuple"; in unicode_encode_call_errorhandler() local
4893 static char *argparse = "O!n;translating error handler must return (unicode, int) tuple"; in unicode_translate_call_errorhandler() local
/external/python/cpython3/Objects/
Dunicodeobject.c4251 static const char *argparse = "O!n;decoding error handler must return (str, int) tuple"; in unicode_decode_call_errorhandler_wchar() local
4359 static const char *argparse = "O!n;decoding error handler must return (str, int) tuple"; in unicode_decode_call_errorhandler_writer() local
6648 static const char *argparse = "On;encoding error handler must return (str/bytes, int) tuple"; in unicode_encode_call_errorhandler() local
8660 static const char *argparse = "O!n;translating error handler must return (str, int) tuple"; in unicode_translate_call_errorhandler() local