Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
generate unicodedata.c.h with clinic
  • Loading branch information
Vermeille committed Jul 13, 2017
commit c9a421110845ecb38c97c689008711ce50f913b4
7 changes: 3 additions & 4 deletions Modules/clinic/unicodedata.c.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Modules/unicodedata.c
Original file line number Diff line number Diff line change
Expand Up @@ -390,12 +390,12 @@ unicodedata.UCD.grapheme_cluster_break
chr: int(accept={str})
/

Returns the east asian width assigned to the character chr as string.
Returns the GraphemeBreakProperty assigned to the character chr as string.
[clinic start generated code]*/

static PyObject *
unicodedata_UCD_grapheme_cluster_break_impl(PyObject *self, int chr)
/*[clinic end generated code: output=484e8537d9ee8197 input=c4854798aab026e0]*/
/*[clinic end generated code: output=7c8f206a79cc1cd8 input=81f5a87218f8439e]*/
{
int index;
Py_UCS4 c = (Py_UCS4)chr;
Expand Down