File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -295,8 +295,8 @@ Parameters ~
295295Class ~
296296{PythonStateVEnv}
297297Fields ~
298- {python_interpreter} `(string | nil )`
299- {venv_path} `(string | nil )`
298+ {python_interpreter} `(string )`
299+ {venv_path} `(string )`
300300{install_method} `(string )`
301301{install_file} `(string )`
302302{source} `(string )`
@@ -320,14 +320,14 @@ Fields ~
320320{dap} `(table<string, dap.Configuration>)`
321321
322322------------------------------------------------------------------------------
323- *PythonState .State()*
324- `PythonState .State` ()
323+ *PythonStateM .State()*
324+ `PythonStateM .State` ()
325325Return ~
326326`(PythonState)`
327327
328328------------------------------------------------------------------------------
329- *PythonState .save()*
330- `PythonState .save` ({new_state})
329+ *PythonStateM .save()*
330+ `PythonStateM .save` ({new_state})
331331Parameters ~
332332{new_state} `(PythonState)`
333333
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ PythonConfig.setup() python.txt /*PythonConfig.setup()*
88PythonDap.prepare_debugpy() python.txt /*PythonDap.prepare_debugpy()*
99PythonLSPCommands.pyright_change_type_checking() python.txt /*PythonLSPCommands.pyright_change_type_checking()*
1010PythonState python.txt /*PythonState*
11- PythonState.State() python.txt /*PythonState.State()*
12- PythonState.save() python.txt /*PythonState.save()*
1311PythonStateDap python.txt /*PythonStateDap*
12+ PythonStateM.State() python.txt /*PythonStateM.State()*
13+ PythonStateM.save() python.txt /*PythonStateM.save()*
1414PythonStateVEnv python.txt /*PythonStateVEnv*
1515PythonTreeSitterCommands.ts_wrap_at_cursor() python.txt /*PythonTreeSitterCommands.ts_wrap_at_cursor()*
1616PythonUI.activate_system_call_ui() python.txt /*PythonUI.activate_system_call_ui()*
You can’t perform that action at this time.
0 commit comments