1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-27 13:28:54 +00:00
Files
UXP/python/macholib/doc/MachoOGraph.rst
T

15 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.