vim.provider.python
Methods4
function M.detect_by_module(module: string) -> (path nil | string, error nil | string)
Parameters
modulestring
Returns
pathnil | stringto detected python, if any; nil if not found
errornil | stringmessage if python can't be detected by {module}; nil if success
function M.require(host) -> ...unknown
function M.call(method, args) -> any
function M.start() -> nil