Skip to main content

Crate odoo_lsp

Crate odoo_lsp 

Source

Re-exports§

pub use str::ImStr;
pub use version::GIT_VERSION;
pub use version::GITVER;
pub use version::NAME;
pub use version::VERSION;

Modules§

analyze
Methods related to type analysis. The two most important methods are Index::model_of_range and Index::type_of.
backend
This module contains all leaf methods for Backend that are not suitable for inclusion in server
component
Owl components.
config
Configuration keys available to .odoo_lsp.
index
The main indexer for all language items, including Records, QWeb Templates, and Owl Components
model
Stores the state of Odoo models.
prelude
Useful common imports.
python
record
XML records, as well as template and menuitem shorthands.
server
str
template
test_utils
Utilities for testing and benchmarking.
utils
version
xml

Macros§

await_did_open_document
dig
errloc
format_loc
format preceded with file location information. If no arguments are passed, a string literal is returned.
loc
ok
Early return, with optional message passed to format_loc.
some
Unwraps the option in the context of a function that returns Result<Option<_>>.