Skip to main content
Module

x/denops_std/option/mod.ts>pyxversion

📚 Standard module for denops.vim
Go to Latest
variable pyxversion
import { pyxversion } from "https://deno.land/x/denops_std@v4.1.0/option/mod.ts";

{only available when compiled with the |+python| or the |+python3| feature} Specifies the python version used for pyx* functions and commands |python_x|. The default value is as follows:

type

{ get(denops: Denops): Promise<number>; set(denops: Denops, value: number): Promise<void>; reset(denops: Denops): Promise<void>; getGlobal(denops: Denops): Promise<number>; setGlobal(denops: Denops, value: number): Promise<void>; resetGlobal(denops: Denops): Promise<void>; }