mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
14
python/macholib/doc/_build/html/_sources/MachoOGraph.txt
vendored
Normal file
14
python/macholib/doc/_build/html/_sources/MachoOGraph.txt
vendored
Normal file
|
|
@ -0,0 +1,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.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue