Skip to content

Commit 2f76612

Browse files
committed
Regen the clinic files
1 parent 6079afd commit 2f76612

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Modules/_uuidmodule.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ typedef struct {
193193
#include "clinic/_uuidmodule.c.h"
194194

195195
/*[clinic input]
196-
class uuid.UUID "uuidobject *" "&UuidType"
196+
class _uuid.UUID "uuidobject *" "&UuidType"
197197
[clinic start generated code]*/
198198
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=84ae6e2089cffd3f]*/
199199

@@ -399,7 +399,7 @@ _uuid_uuid7_impl(PyObject *module)
399399
}
400400

401401
/*[clinic input]
402-
uuid.UUID.__init__
402+
_uuid.UUID.__init__
403403
404404
hex: 'U' = NULL
405405
bytes: 'y*' = None
@@ -1354,7 +1354,7 @@ Uuid_hash(PyObject *self)
13541354

13551355
/*[clinic input]
13561356
@classmethod
1357-
uuid.UUID._from_int
1357+
_uuid.UUID._from_int
13581358
13591359
value: object
13601360
/
@@ -1415,7 +1415,7 @@ static PyGetSetDef Uuid_getset[] = {
14151415
};
14161416

14171417
/*[clinic input]
1418-
uuid.UUID.__getstate__
1418+
_uuid.UUID.__getstate__
14191419
14201420
Return the UUID's state for pickling.
14211421
[clinic start generated code]*/
@@ -1451,7 +1451,7 @@ _uuid_UUID___getstate___impl(uuidobject *self)
14511451
}
14521452

14531453
/*[clinic input]
1454-
uuid.UUID.__setstate__
1454+
_uuid.UUID.__setstate__
14551455
14561456
state: object
14571457
/

0 commit comments

Comments
 (0)