module greed.project


class Project

This is the main class for creating a greed Project!

method __init__

__init__(target_dir: str)

Args:

  • target_dir: The directory containing the contract.hex file and all the GigaHorse output files.

method dump_callgraph

dump_callgraph(filename)

Dump the callgraph in a dot file.

Args:

  • filename: The name of the file where to dump the callgraph.

This file was automatically generated via lazydocs.