Python: rename change note again

This commit is contained in:
Asger F
2022-06-28 12:10:26 +02:00
parent d9f57e6d23
commit 5dfc3c6537

View File

@@ -0,0 +1,10 @@
---
category: library
---
* The documentation of API graphs (the `API` module) has been expanded, and some of the members predicates of `API::Node`
have been renamed as follows:
- `getAnImmediateUse` -> `asSource`
- `getARhs` -> `asSink`
- `getAUse` -> `getAValueReachableFromSource`
- `getAValueReachingRhs` -> `getAValueReachingSink`