Paths¶
paths
¶
Functions:
| Name | Description |
|---|---|
global_kb_dir |
Return the default global KB cache directory. |
global_kb_path |
Return the path of the global KB database for a given Odoo version. |
project_kb_path |
Return the path of the project KB database for a given repo root. |
stats_dir |
Return the oops data directory, respecting |
stats_file |
Return the path to the usage-event JSONL file. |
stats_flush_marker |
Return the path to the flush-timestamp marker file. |
global_kb_dir
¶
global_kb_dir() -> Path
Return the default global KB cache directory.
Returns:
| Type | Description |
|---|---|
Path
|
|
global_kb_path
¶
project_kb_path
¶
Return the path of the project KB database for a given repo root.
Returns:
| Type | Description |
|---|---|
Path
|
|
stats_dir
¶
stats_dir() -> Path
stats_file
¶
stats_file() -> Path
Return the path to the usage-event JSONL file.
Returns:
| Type | Description |
|---|---|
Path
|
|