gecko-dev/python/macholib/doc/MachoOGraph.rst
Mike Shal 09246b31f2 Bug 1265272 - Import macholib 1.7; r=ted,gerv
MozReview-Commit-ID: 1bPUuRQF2lQ
2016-04-21 11:46:07 -04:00

14 lines
457 B
ReStructuredText

:mod:`macholib.MachoGraph` --- Graph data structure of Mach-O dependencies
===============================================================================
.. module:: macholib.MachOGraph
:synopsis: Graph data structure of Mach-O dependencies
This module defines the class :class:`MachOGraph` which represents the
direct and indirect dependencies of one or more Mach-O files on
other (library) files.
.. class:: MachOGraph(...)
To be discussed.