initialize

package
v1.10.0 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Initialize added in v1.8.0

type Initialize interface {
	Init(base util.AbsolutePath, configName string, python util.Path, rExecutable util.Path, log logging.Logger) (*config.Config, error)
	InitIfNeeded(path util.AbsolutePath, configName string, log logging.Logger) error
	GetPossibleConfigs(base util.AbsolutePath, python util.Path, rExecutable util.Path, entrypoint util.RelativePath, log logging.Logger) ([]*config.Config, error)
	// contains filtered or unexported methods
}

func NewDefaultInitialize added in v1.8.0

func NewDefaultInitialize() Initialize

func NewInitialize added in v1.8.0

func NewInitialize(
	contentTypeDetectorFactoryOverride detectors.ContentTypeDetectorFactory,
	pythonInspectorFactoryOverride inspect.PythonInspectorFactory,
	pythonInterpreterFactoryOverride interpreters.PythonInterpreterFactory,
	rInspectorFactoryOverride inspect.RInspectorFactory,
	rInterpreterFactoryOverride interpreters.RInterpreterFactory,
) Initialize

Jump to

Keyboard shortcuts

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