module greed.project
class Project
This is the main class for creating a greed Project!
method __init__
Args:
target_dir
: The directory containing the contract.hex file and all the GigaHorse output files.
method dump_callgraph
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.