Skip to content

Pyan3 v1.0.2

Compare
Choose a tag to compare
@Technologicat Technologicat released this 03 Jan 14:06
· 144 commits to master since this release

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() and repr() 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() and repr()