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_rangeandIndex::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, QWebTemplates, and OwlComponents - model
- Stores the state of Odoo models.
- prelude
- Useful common imports.
- python
- record
- XML records, as well as
templateandmenuitemshorthands. - 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<_>>.