summaryrefslogtreecommitdiffstats
path: root/python/macholib/doc/_build/html/_sources/MachoOGraph.txt
blob: 256a4137f32b4bc1dbe095a2555bdc5340b77210 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
: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.