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
Click to show internal directories.
Click to hide internal directories.