Home
last modified time | relevance | path

Searched refs:_PyUnicodeWriter_WriteStr (Results 1 – 25 of 137) sorted by relevance

123456

/dports/lang/python311/Python-3.11.0a3/Python/
H A Dast_unparse.c93 int ret = _PyUnicodeWriter_WriteStr(writer, repr); in append_repr()
205 if (-1 == _PyUnicodeWriter_WriteStr(writer, arg->arg)) { in append_ast_arg()
527 if (-1 == _PyUnicodeWriter_WriteStr(writer, kw->arg)) { in append_ast_keyword()
594 result = _PyUnicodeWriter_WriteStr(writer, escaped); in append_fstring_unicode()
659 result = _PyUnicodeWriter_WriteStr(writer, body); in append_joinedstr()
685 if (-1 == _PyUnicodeWriter_WriteStr(writer, temp_fv_str)) { in append_formattedvalue()
762 return _PyUnicodeWriter_WriteStr(writer, e->v.Attribute.attr); in append_ast_attribute()
895 && -1 == _PyUnicodeWriter_WriteStr(writer, e->v.Constant.kind)) { in append_ast_expr()
913 return _PyUnicodeWriter_WriteStr(writer, e->v.Name.id); in append_ast_expr()
H A Dcontext.c922 if (_PyUnicodeWriter_WriteStr(&writer, name) < 0) { in contextvar_tp_repr()
937 if (_PyUnicodeWriter_WriteStr(&writer, def) < 0) { in contextvar_tp_repr()
948 if (_PyUnicodeWriter_WriteStr(&writer, addr) < 0) { in contextvar_tp_repr()
1150 if (_PyUnicodeWriter_WriteStr(&writer, var) < 0) { in token_tp_repr()
1160 if (_PyUnicodeWriter_WriteStr(&writer, addr) < 0) { in token_tp_repr()
/dports/lang/python39/Python-3.9.9/Python/
H A Dast_unparse.c88 int ret = _PyUnicodeWriter_WriteStr(writer, repr); in append_repr()
200 if (-1 == _PyUnicodeWriter_WriteStr(writer, arg->arg)) { in append_ast_arg()
522 if (-1 == _PyUnicodeWriter_WriteStr(writer, kw->arg)) { in append_ast_keyword()
589 result = _PyUnicodeWriter_WriteStr(writer, escaped); in append_fstring_unicode()
654 result = _PyUnicodeWriter_WriteStr(writer, body); in append_joinedstr()
680 if (-1 == _PyUnicodeWriter_WriteStr(writer, temp_fv_str)) { in append_formattedvalue()
757 return _PyUnicodeWriter_WriteStr(writer, e->v.Attribute.attr); in append_ast_attribute()
890 && -1 == _PyUnicodeWriter_WriteStr(writer, e->v.Constant.kind)) { in append_ast_expr()
908 return _PyUnicodeWriter_WriteStr(writer, e->v.Name.id); in append_ast_expr()
H A Dcontext.c901 if (_PyUnicodeWriter_WriteStr(&writer, name) < 0) { in contextvar_tp_repr()
916 if (_PyUnicodeWriter_WriteStr(&writer, def) < 0) { in contextvar_tp_repr()
927 if (_PyUnicodeWriter_WriteStr(&writer, addr) < 0) { in contextvar_tp_repr()
1129 if (_PyUnicodeWriter_WriteStr(&writer, var) < 0) { in token_tp_repr()
1139 if (_PyUnicodeWriter_WriteStr(&writer, addr) < 0) { in token_tp_repr()
/dports/lang/python310/Python-3.10.1/Python/
H A Dast_unparse.c93 int ret = _PyUnicodeWriter_WriteStr(writer, repr); in append_repr()
205 if (-1 == _PyUnicodeWriter_WriteStr(writer, arg->arg)) { in append_ast_arg()
527 if (-1 == _PyUnicodeWriter_WriteStr(writer, kw->arg)) { in append_ast_keyword()
594 result = _PyUnicodeWriter_WriteStr(writer, escaped); in append_fstring_unicode()
659 result = _PyUnicodeWriter_WriteStr(writer, body); in append_joinedstr()
685 if (-1 == _PyUnicodeWriter_WriteStr(writer, temp_fv_str)) { in append_formattedvalue()
762 return _PyUnicodeWriter_WriteStr(writer, e->v.Attribute.attr); in append_ast_attribute()
895 && -1 == _PyUnicodeWriter_WriteStr(writer, e->v.Constant.kind)) { in append_ast_expr()
913 return _PyUnicodeWriter_WriteStr(writer, e->v.Name.id); in append_ast_expr()
H A Dcontext.c917 if (_PyUnicodeWriter_WriteStr(&writer, name) < 0) { in contextvar_tp_repr()
932 if (_PyUnicodeWriter_WriteStr(&writer, def) < 0) { in contextvar_tp_repr()
943 if (_PyUnicodeWriter_WriteStr(&writer, addr) < 0) { in contextvar_tp_repr()
1145 if (_PyUnicodeWriter_WriteStr(&writer, var) < 0) { in token_tp_repr()
1155 if (_PyUnicodeWriter_WriteStr(&writer, addr) < 0) { in token_tp_repr()
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dast_unparse.c70 ret = _PyUnicodeWriter_WriteStr(writer, repr); in append_repr()
182 if (-1 == _PyUnicodeWriter_WriteStr(writer, arg->arg)) { in append_ast_arg()
504 if (-1 == _PyUnicodeWriter_WriteStr(writer, kw->arg)) { in append_ast_keyword()
571 result = _PyUnicodeWriter_WriteStr(writer, escaped); in append_fstring_unicode()
636 result = _PyUnicodeWriter_WriteStr(writer, body); in append_joinedstr()
662 if (-1 == _PyUnicodeWriter_WriteStr(writer, temp_fv_str)) { in append_formattedvalue()
717 return _PyUnicodeWriter_WriteStr(writer, e->v.Attribute.attr); in append_ast_attribute()
899 return _PyUnicodeWriter_WriteStr(writer, e->v.Name.id); in append_ast_expr()
H A Dcontext.c886 if (_PyUnicodeWriter_WriteStr(&writer, name) < 0) { in contextvar_tp_repr()
901 if (_PyUnicodeWriter_WriteStr(&writer, def) < 0) { in contextvar_tp_repr()
912 if (_PyUnicodeWriter_WriteStr(&writer, addr) < 0) { in contextvar_tp_repr()
1121 if (_PyUnicodeWriter_WriteStr(&writer, var) < 0) { in token_tp_repr()
1131 if (_PyUnicodeWriter_WriteStr(&writer, addr) < 0) { in token_tp_repr()
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dast_unparse.c70 ret = _PyUnicodeWriter_WriteStr(writer, repr); in append_repr()
182 if (-1 == _PyUnicodeWriter_WriteStr(writer, arg->arg)) { in append_ast_arg()
504 if (-1 == _PyUnicodeWriter_WriteStr(writer, kw->arg)) { in append_ast_keyword()
571 result = _PyUnicodeWriter_WriteStr(writer, escaped); in append_fstring_unicode()
636 result = _PyUnicodeWriter_WriteStr(writer, body); in append_joinedstr()
662 if (-1 == _PyUnicodeWriter_WriteStr(writer, temp_fv_str)) { in append_formattedvalue()
717 return _PyUnicodeWriter_WriteStr(writer, e->v.Attribute.attr); in append_ast_attribute()
899 return _PyUnicodeWriter_WriteStr(writer, e->v.Name.id); in append_ast_expr()
H A Dcontext.c886 if (_PyUnicodeWriter_WriteStr(&writer, name) < 0) { in contextvar_tp_repr()
901 if (_PyUnicodeWriter_WriteStr(&writer, def) < 0) { in contextvar_tp_repr()
912 if (_PyUnicodeWriter_WriteStr(&writer, addr) < 0) { in contextvar_tp_repr()
1121 if (_PyUnicodeWriter_WriteStr(&writer, var) < 0) { in token_tp_repr()
1131 if (_PyUnicodeWriter_WriteStr(&writer, addr) < 0) { in token_tp_repr()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dast_unparse.c70 ret = _PyUnicodeWriter_WriteStr(writer, repr); in append_repr()
182 if (-1 == _PyUnicodeWriter_WriteStr(writer, arg->arg)) { in append_ast_arg()
504 if (-1 == _PyUnicodeWriter_WriteStr(writer, kw->arg)) { in append_ast_keyword()
571 result = _PyUnicodeWriter_WriteStr(writer, escaped); in append_fstring_unicode()
636 result = _PyUnicodeWriter_WriteStr(writer, body); in append_joinedstr()
662 if (-1 == _PyUnicodeWriter_WriteStr(writer, temp_fv_str)) { in append_formattedvalue()
717 return _PyUnicodeWriter_WriteStr(writer, e->v.Attribute.attr); in append_ast_attribute()
899 return _PyUnicodeWriter_WriteStr(writer, e->v.Name.id); in append_ast_expr()
H A Dcontext.c886 if (_PyUnicodeWriter_WriteStr(&writer, name) < 0) { in contextvar_tp_repr()
901 if (_PyUnicodeWriter_WriteStr(&writer, def) < 0) { in contextvar_tp_repr()
912 if (_PyUnicodeWriter_WriteStr(&writer, addr) < 0) { in contextvar_tp_repr()
1121 if (_PyUnicodeWriter_WriteStr(&writer, var) < 0) { in token_tp_repr()
1131 if (_PyUnicodeWriter_WriteStr(&writer, addr) < 0) { in token_tp_repr()
/dports/lang/python37/Python-3.7.12/Python/
H A Dast_unparse.c70 ret = _PyUnicodeWriter_WriteStr(writer, repr); in append_repr()
182 if (-1 == _PyUnicodeWriter_WriteStr(writer, arg->arg)) { in append_ast_arg()
494 if (-1 == _PyUnicodeWriter_WriteStr(writer, kw->arg)) { in append_ast_keyword()
561 result = _PyUnicodeWriter_WriteStr(writer, escaped); in append_fstring_unicode()
628 result = _PyUnicodeWriter_WriteStr(writer, body); in append_joinedstr()
654 if (-1 == _PyUnicodeWriter_WriteStr(writer, temp_fv_str)) { in append_formattedvalue()
710 return _PyUnicodeWriter_WriteStr(writer, e->v.Attribute.attr); in append_ast_attribute()
888 return _PyUnicodeWriter_WriteStr(writer, e->v.Name.id); in append_ast_expr()
H A Dcontext.c870 if (_PyUnicodeWriter_WriteStr(&writer, name) < 0) { in contextvar_tp_repr()
885 if (_PyUnicodeWriter_WriteStr(&writer, def) < 0) { in contextvar_tp_repr()
896 if (_PyUnicodeWriter_WriteStr(&writer, addr) < 0) { in contextvar_tp_repr()
1085 if (_PyUnicodeWriter_WriteStr(&writer, var) < 0) { in token_tp_repr()
1095 if (_PyUnicodeWriter_WriteStr(&writer, addr) < 0) { in token_tp_repr()
/dports/lang/python38/Python-3.8.12/Python/
H A Dast_unparse.c70 ret = _PyUnicodeWriter_WriteStr(writer, repr); in append_repr()
182 if (-1 == _PyUnicodeWriter_WriteStr(writer, arg->arg)) { in append_ast_arg()
504 if (-1 == _PyUnicodeWriter_WriteStr(writer, kw->arg)) { in append_ast_keyword()
571 result = _PyUnicodeWriter_WriteStr(writer, escaped); in append_fstring_unicode()
636 result = _PyUnicodeWriter_WriteStr(writer, body); in append_joinedstr()
662 if (-1 == _PyUnicodeWriter_WriteStr(writer, temp_fv_str)) { in append_formattedvalue()
717 return _PyUnicodeWriter_WriteStr(writer, e->v.Attribute.attr); in append_ast_attribute()
899 return _PyUnicodeWriter_WriteStr(writer, e->v.Name.id); in append_ast_expr()
H A Dcontext.c886 if (_PyUnicodeWriter_WriteStr(&writer, name) < 0) { in contextvar_tp_repr()
901 if (_PyUnicodeWriter_WriteStr(&writer, def) < 0) { in contextvar_tp_repr()
912 if (_PyUnicodeWriter_WriteStr(&writer, addr) < 0) { in contextvar_tp_repr()
1121 if (_PyUnicodeWriter_WriteStr(&writer, var) < 0) { in token_tp_repr()
1131 if (_PyUnicodeWriter_WriteStr(&writer, addr) < 0) { in token_tp_repr()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dast_unparse.c70 ret = _PyUnicodeWriter_WriteStr(writer, repr); in append_repr()
182 if (-1 == _PyUnicodeWriter_WriteStr(writer, arg->arg)) { in append_ast_arg()
504 if (-1 == _PyUnicodeWriter_WriteStr(writer, kw->arg)) { in append_ast_keyword()
571 result = _PyUnicodeWriter_WriteStr(writer, escaped); in append_fstring_unicode()
636 result = _PyUnicodeWriter_WriteStr(writer, body); in append_joinedstr()
662 if (-1 == _PyUnicodeWriter_WriteStr(writer, temp_fv_str)) { in append_formattedvalue()
717 return _PyUnicodeWriter_WriteStr(writer, e->v.Attribute.attr); in append_ast_attribute()
899 return _PyUnicodeWriter_WriteStr(writer, e->v.Name.id); in append_ast_expr()
H A Dcontext.c886 if (_PyUnicodeWriter_WriteStr(&writer, name) < 0) { in contextvar_tp_repr()
901 if (_PyUnicodeWriter_WriteStr(&writer, def) < 0) { in contextvar_tp_repr()
912 if (_PyUnicodeWriter_WriteStr(&writer, addr) < 0) { in contextvar_tp_repr()
1121 if (_PyUnicodeWriter_WriteStr(&writer, var) < 0) { in token_tp_repr()
1131 if (_PyUnicodeWriter_WriteStr(&writer, addr) < 0) { in token_tp_repr()
/dports/databases/py-sqlite3/Python-3.8.12/Objects/
H A Dstructseq.c214 if (_PyUnicodeWriter_WriteStr(&writer, type_name) < 0) { in structseq_repr()
244 if (_PyUnicodeWriter_WriteStr(&writer, name) < 0) { in structseq_repr()
260 if (_PyUnicodeWriter_WriteStr(&writer, repr) < 0) { in structseq_repr()
/dports/databases/py-gdbm/Python-3.8.12/Objects/
H A Dstructseq.c214 if (_PyUnicodeWriter_WriteStr(&writer, type_name) < 0) { in structseq_repr()
244 if (_PyUnicodeWriter_WriteStr(&writer, name) < 0) { in structseq_repr()
260 if (_PyUnicodeWriter_WriteStr(&writer, repr) < 0) { in structseq_repr()
/dports/lang/python-tools/Python-3.8.12/Objects/
H A Dstructseq.c214 if (_PyUnicodeWriter_WriteStr(&writer, type_name) < 0) { in structseq_repr()
244 if (_PyUnicodeWriter_WriteStr(&writer, name) < 0) { in structseq_repr()
260 if (_PyUnicodeWriter_WriteStr(&writer, repr) < 0) { in structseq_repr()
/dports/lang/python38/Python-3.8.12/Objects/
H A Dstructseq.c214 if (_PyUnicodeWriter_WriteStr(&writer, type_name) < 0) { in structseq_repr()
244 if (_PyUnicodeWriter_WriteStr(&writer, name) < 0) { in structseq_repr()
260 if (_PyUnicodeWriter_WriteStr(&writer, repr) < 0) { in structseq_repr()
/dports/lang/python39/Python-3.9.9/Objects/
H A Dstructseq.c217 if (_PyUnicodeWriter_WriteStr(&writer, type_name) < 0) { in structseq_repr()
247 if (_PyUnicodeWriter_WriteStr(&writer, name) < 0) { in structseq_repr()
263 if (_PyUnicodeWriter_WriteStr(&writer, repr) < 0) { in structseq_repr()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/
H A Dstructseq.c214 if (_PyUnicodeWriter_WriteStr(&writer, type_name) < 0) { in structseq_repr()
244 if (_PyUnicodeWriter_WriteStr(&writer, name) < 0) { in structseq_repr()
260 if (_PyUnicodeWriter_WriteStr(&writer, repr) < 0) { in structseq_repr()
/dports/lang/python311/Python-3.11.0a3/Objects/
H A Dstructseq.c256 if (_PyUnicodeWriter_WriteStr(&writer, type_name) < 0) { in structseq_repr()
286 if (_PyUnicodeWriter_WriteStr(&writer, name) < 0) { in structseq_repr()
302 if (_PyUnicodeWriter_WriteStr(&writer, repr) < 0) { in structseq_repr()

123456