uuid

package
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 13, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const ModuleName = "uuid.star"

Variables

View Source
var Module = &starlarkstruct.Module{
	Name: "uuid",
	Members: starlark.StringDict{
		"v3": starlark.NewBuiltin("uuid.v3", uuidGenerateV3Fn),
		"v4": starlark.NewBuiltin("uuid.v4", uuidGenerateV4Fn),
		"v5": starlark.NewBuiltin("uuid.v5", uuidGenerateV5Fn),
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL