Skip to main content

Documentation Index

Fetch the complete documentation index at: https://codegeninc-fix-system-prompt-typo.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

View Source on Github

Attributes

BODY

Usage within the body of a function/method.

DECORATOR

Usage within a decorator.

DEFAULT_VALUE

Represents a default value in a function/method parameter.

EXPORTED_SYMBOL

Used in an export statement.

EXPORTED_WILDCARD

Re-exported by a wildcard export.

GENERIC

Used as a type parameter to another type.

IMPORTED

Imported with an import statement.

IMPORTED_WILDCARD

Imported with a wildcard import statement.

RETURN_TYPE

Used as a return type annotation.

SUBCLASS

Used in symbol inheritance.

TYPED_PARAMETER

Used as a typed parameter in a function/method.

TYPE_ANNOTATION

Used as a type annotation on a parameter or assignment statement.

TYPE_DEFINITION

Used in a type alias.