Tryag File Manager
Home
-
Turbo Force
Current Path :
/
usr
/
lib
/
python2.4
/
site-packages
/
ctypes
/
macholib
/
Upload File :
New :
File
Dir
//usr/lib/python2.4/site-packages/ctypes/macholib/framework.pyo
mò šóIFc @ sU d Z d k Z d g Z e i d ƒ Z d „ Z d „ Z e d j o e ƒ n d S( s% Generic framework path manipulation Nt framework_infos¢ (?x) (?P<location>^.*)(?:^|/) (?P<name> (?P<shortname>\w+).framework/ (?:Versions/(?P<version>[^/]+)/)? (?P=shortname) (?:_(?P<suffix>[^_]+))? )$ c C s( t i | ƒ } | p d Sn | i ƒ S( s} A framework name can take one of the following four forms: Location/Name.framework/Versions/SomeVersion/Name_Suffix Location/Name.framework/Versions/SomeVersion/Name Location/Name.framework/Name_Suffix Location/Name.framework/Name returns None if not found, or a mapping equivalent to: dict( location='Location', name='Name.framework/Versions/SomeVersion/Name_Suffix', shortname='Name', version='SomeVersion', suffix='Suffix', ) Note that SomeVersion and Suffix are optional and may be None if not present N( t STRICT_FRAMEWORK_REt matcht filenamet is_frameworkt Nonet groupdict( R R ( ( t= /usr/lib/python2.4/site-packages/ctypes/macholib/framework.pyR s c C s d d d d d d „ } d S( Nc C s% t d | d | d | d | d | ƒ S( Nt locationt namet shortnamet versiont suffix( t dictR R R R R ( R R R R R ( ( R t d0 s ( R R ( R ( ( R t test_framework_info/ s t __main__( t __doc__t ret __all__t compileR R R t __name__( R R R R R ( ( R t ? s