Pyan3 v1.0.2
Bugfix:
- fix regression: keep wildcard if the 'resolved' target is actually an unresolved function argument
Enhancements:
- add
--grouped-alt
(-G
) to make invisible defines edges to suggest grouping for GraphViz, without actually placing the nodes into GraphViz clusters. Overrides--no-defines
. Overridden by--defines
. - analyze
str()
andrepr()
if the argument is a Name or Attribute mapping to a known Node. - add uses edge to result from a resolved call to built-ins, important for
str()
andrepr()