|
Server : Apache System : Linux cvar2.toservers.com 3.10.0-962.3.2.lve1.5.73.el7.x86_64 #1 SMP Wed Aug 24 21:31:23 UTC 2022 x86_64 User : njnconst ( 1116) PHP Version : 8.4.18 Disable Function : NONE Directory : /proc/self/root/opt/alt-old/python27/lib64/python2.7/site-packages/guppy/etc/ |
Upload File : |
�
;�Pc @ s� d d l Z d d l Z d d l Z d d l Z d e f d � � YZ d e f d � � YZ d e f d � � YZ d � Z d � Z d
e
f d � � YZ d f d
� � YZ d f d � � YZ
d f d � � YZ d f d � � YZ d � Z d S( i����Nt GlueErrorc B s e Z RS( ( t __name__t
__module__( ( ( sA /opt/alt/python27/lib64/python2.7/site-packages/guppy/etc/Glue.pyR s t RecursionErrorc B s e Z RS( ( R R ( ( ( sA /opt/alt/python27/lib64/python2.7/site-packages/guppy/etc/Glue.pyR s t NoSuchAttributeErrorc B s e Z RS( ( R R ( ( ( sA /opt/alt/python27/lib64/python2.7/site-packages/guppy/etc/Glue.pyR
s c C s2 y
| j } Wn t k
r! d SXt j d | � S( s� Determine if a module is a package - that means, sub-modules can be imported
Currently uses that it has a file name that matches '.*__init__.py[co]?$'
xxx is this portable/future-safe?
i s .*__init__.py[co]?$( t __file__t AttributeErrort ret match( t mt name( ( sA /opt/alt/python27/lib64/python2.7/site-packages/guppy/etc/Glue.pyt ispackage
s
c C s&