fw4spl
osx_install_name_tool.BinaryFile Class Reference
+ Inheritance diagram for osx_install_name_tool.BinaryFile:
+ Collaboration diagram for osx_install_name_tool.BinaryFile:

Public Member Functions

def __init__ (self, path, dep_filter)
 
def deps (self)
 
def __repr__ (self)
 
def __str__ (self)
 
def __eq__ (self, other)
 
def __hash__ (self)
 
def install_name_id (self, path_func)
 
def install_name_changes (self, lib_set, path_func, ignored=None)
 

Static Public Member Functions

def find (path, pattern, dep_filter)
 

Public Attributes

 path
 
 name
 
 dep_filter
 

Static Public Attributes

 db = dict()
 
 ignored = defaultdict(set)
 
 fw_re = re.compile('.*?(?P<fw>[^/]+\.framework.+)')
 

Detailed Description

Definition at line 87 of file osx_install_name_tool.py.


The documentation for this class was generated from the following file: