Current Path : /usr/local/lib/python2.5/ctypes/macholib/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/local/lib/python2.5/ctypes/macholib/dylib.pyo |
³ò h”Rc @ sX d Z d d k Z d g Z e i d ƒ Z d „ Z d „ Z e d j o e ƒ n d S( s! Generic dylib path manipulation iÿÿÿÿNt dylib_infos‹ (?x) (?P<location>^.*)(?:^|/) (?P<name> (?P<shortname>\w+?) (?:\.(?P<version>[^._]+))? (?:_(?P<suffix>[^._]+))? \.dylib$ ) c C s( t i | ƒ } | p d Sn | i ƒ S( s1 A dylib name can take one of the following four forms: Location/Name.SomeVersion_Suffix.dylib Location/Name.SomeVersion.dylib Location/Name_Suffix.dylib Location/Name.dylib returns None if not found or a mapping equivalent to: dict( location='Location', name='Name.SomeVersion_Suffix.dylib', shortname='Name', version='SomeVersion', suffix='Suffix', ) Note that SomeVersion and Suffix are optional and may be None if not present. N( t DYLIB_REt matcht Nonet groupdict( t filenamet is_dylib( ( s1 /usr/local/lib/python2.5/ctypes/macholib/dylib.pyR s c C s d d d d d d „ } d S( Nc S s% t d | d | d | d | d | ƒ S( Nt locationt namet shortnamet versiont suffix( t dict( R R R R R ( ( s1 /usr/local/lib/python2.5/ctypes/macholib/dylib.pyt d1 s ( R ( R ( ( s1 /usr/local/lib/python2.5/ctypes/macholib/dylib.pyt test_dylib_info0 s t __main__( t __doc__t ret __all__t compileR R R t __name__( ( ( s1 /usr/local/lib/python2.5/ctypes/macholib/dylib.pys <module> s