| Server IP : 198.71.59.75 / Your IP : 216.73.216.240 Web Server : nginx/1.30.2 System : Linux elegant-dhawan.198-71-59-75.plesk.page 5.15.0-105-generic #115-Ubuntu SMP Mon Apr 15 09:52:04 UTC 2024 x86_64 User : realtyna_guys ( 10000) PHP Version : 8.2.31 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/python/debpython/ |
Upload File : |
�
�<ac @ sT d d l Z d d l m Z e j d � Z d e d � Z d e f d � � YZ d S( i����N( t dumpss/ .*?/usr/lib/python(\d.\d+)/(site|dist)-packagesc C s� t | t � r1 t d � | j d � D� � } n | d k rJ d | } n
d | } | rg d | } n | r� d | | f } n | S(
s� Return path to site-packages directory.
>>> sitedir((2, 5))
'/usr/lib/python2.5/site-packages/'
>>> sitedir((2, 7), 'python-foo', True)
'debian/python-foo/usr/lib/debug/usr/lib/python2.7/dist-packages/'
c s s | ] } t | � Vq d S( N( t int( t .0t i( ( s$ /usr/share/python/debpython/tools.pys <genexpr>% s t .i i s# /usr/lib/python%d.%d/dist-packages/s# /usr/lib/python%d.%d/site-packages/s /usr/lib/debug%ss debian/%s%s( i i ( t
isinstancet
basestringt tuplet split( t versiont packaget gdbt path( ( s$ /usr/share/python/debpython/tools.pyt sitedir s "
t memoizec B s e Z d � Z d � Z RS( c C s | | _ i | _ d S( N( t funct cache( t selfR ( ( s$ /usr/share/python/debpython/tools.pyt __init__5 s c O sH t | | f � } | | j k r= | j | | � | j | <n | j | S( N( R R R ( R t argst kwargst key( ( s$ /usr/share/python/debpython/tools.pyt __call__9 s ( t __name__t
__module__R R ( ( ( s$ /usr/share/python/debpython/tools.pyR 4 s (
t ret cPickleR t compilet
PUBLIC_DIR_REt Nonet FalseR
t objectR ( ( ( s$ /usr/share/python/debpython/tools.pyt <module> s