We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd4193 commit d16d539Copy full SHA for d16d539
docs/markdown/Python-module.md
@@ -87,10 +87,22 @@ added methods.
87
str py_installation.path()
88
```
89
90
-*Added 0.50.0*
+*(since 0.50.0)*
91
92
-Works like the path method of other `ExternalProgram` objects. Was not
93
-provided prior to 0.50.0 due to a bug.
+*Deprecated in 0.55: use `full_path()` instead*
+
94
+Works like the path method of `ExternalProgram` objects. Was not provided prior
95
+to 0.50.0 due to a bug.
96
97
+#### `full_path()`
98
99
+```meson
100
+str py_installation.full_path()
101
+```
102
103
+*(since 0.55.0)*
104
105
+Works like the `full_path()` method of `ExternalProgram` objects: [[external_program.full_path]]
106
107
#### `extension_module()`
108
0 commit comments