diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/Python-module.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/markdown/Python-module.md b/docs/markdown/Python-module.md index a963a32..edd10ba 100644 --- a/docs/markdown/Python-module.md +++ b/docs/markdown/Python-module.md @@ -61,6 +61,17 @@ added methods. ### Methods +#### `path()` + +```meson +str py_installation.path() +``` + +*Added 0.50.0* + +Works like the path method of other `ExternalProgram` objects. Was not +provided prior to 0.50.0 due to a bug. + #### `extension_module()` ``` meson |