Python Module uuid: Difference between revisions
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | =External= | ||
* https://docs.python.org/3/library/uuid.html | |||
=Internal= | =Internal= | ||
* [[Python Language#uuid|Python Language]] | * [[Python Language#uuid|Python Language]] | ||
Line 5: | Line 7: | ||
=Overview= | =Overview= | ||
<syntaxhighlight lang='py'> | |||
uuid.uuid4() | |||
</syntaxhighlight> |
Latest revision as of 06:51, 27 August 2022
External
Internal
Overview
uuid.uuid4()