prefect.types.entrypoint
EntrypointType
Bases: Enum
Enum representing a entrypoint type.
File path entrypoints are in the format: path/to/file.py:function_name
.
Module path entrypoints are in the format: path.to.module.function_name
.
Source code in src/prefect/types/entrypoint.py
4 5 6 7 8 9 10 11 12 13 |
|