Skip to main content

`call-graph` is a package for viewing call graph.

Project description

call-graph is a package for viewing call graph.

$ call-graph
usage: call-graph [-h] [-p PATH] [-u] [-o] [-n NO_TARGET] module func
call-graph: error: the following arguments are required: module, func

$ call-graph call_graph main
main
├ get_names
├ get_call_graph
└ call_graph_view
  • “NO_TARGET” is used for ignoring names.

  • Methods are ignored.

  • Use _ = function for dummy call.

Requirements

  • Python 3.8 later, more-itertools

Features

  • nothing

Setup

$ pip install call-graph

History

0.0.1 (2020-4-21)

  • first release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

call_graph-0.0.4-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page