Python Module uuid: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= =Internal= * Python Language =Overview=")
 
 
(3 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]]
* [[UUID#Overview|UUID]]
=Overview=
=Overview=
<syntaxhighlight lang='py'>
uuid.uuid4()
</syntaxhighlight>

Latest revision as of 06:51, 27 August 2022

External

Internal

Overview

uuid.uuid4()