Current Path: > > lib64 > python2.7 > Demo > metaclasses
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
Eiffel.py | File | 3468 bytes | April 19 2020 21:13:39. | |
Eiffel.pyc | File | 4632 bytes | April 10 2024 04:58:46. | |
Eiffel.pyo | File | 4530 bytes | April 10 2024 04:58:44. | |
Enum.py | File | 4419 bytes | April 19 2020 21:13:39. | |
Enum.pyc | File | 6179 bytes | April 10 2024 04:58:46. | |
Enum.pyo | File | 6179 bytes | April 10 2024 04:58:46. | |
Meta.py | File | 2933 bytes | April 19 2020 21:13:39. | |
Meta.pyc | File | 4579 bytes | April 10 2024 04:58:46. | |
Meta.pyo | File | 4579 bytes | April 10 2024 04:58:46. | |
Simple.py | File | 1192 bytes | April 19 2020 21:13:39. | |
Simple.pyc | File | 2746 bytes | April 10 2024 04:58:46. | |
Simple.pyo | File | 2746 bytes | April 10 2024 04:58:46. | |
Synch.py | File | 7938 bytes | April 19 2020 21:13:39. | |
Synch.pyc | File | 8462 bytes | April 10 2024 04:58:46. | |
Synch.pyo | File | 8314 bytes | April 10 2024 04:58:44. | |
Trace.py | File | 4133 bytes | April 19 2020 21:13:39. | |
Trace.pyc | File | 6173 bytes | April 10 2024 04:58:46. | |
Trace.pyo | File | 6173 bytes | April 10 2024 04:58:46. | |
index.html | File | 20573 bytes | April 19 2020 21:13:39. | |
meta-vladimir.txt | File | 11527 bytes | April 19 2020 21:13:39. |
� ��^c @ s� d d l Z d d d � � YZ d d d � � YZ d d d � � YZ e d d i � Z d e f d � � YZ e � Z e j d � e j � GHd S( i����Nt Tracingc B s e Z d � Z d � Z RS( c C s | | _ | | _ | | _ d S( s Create a new class.N( t __name__t __bases__t __namespace__( t selft namet basest namespace( ( s/ /usr/lib64/python2.7/Demo/metaclasses/Simple.pyt __init__ s c C s t | � S( s Create a new instance.( t Instance( R ( ( s/ /usr/lib64/python2.7/Demo/metaclasses/Simple.pyt __call__ s ( R t __module__R R ( ( ( s/ /usr/lib64/python2.7/Demo/metaclasses/Simple.pyR s R c B s e Z d � Z d � Z RS( c C s | | _ d S( N( t __klass__( R t klass( ( s/ /usr/lib64/python2.7/Demo/metaclasses/Simple.pyR s c C sW y | j j | } Wn t k r0 t | � n Xt | � t j k rJ | St | | � S( N( R R t KeyErrort AttributeErrort typet typest FunctionTypet BoundMethod( R R t value( ( s/ /usr/lib64/python2.7/Demo/metaclasses/Simple.pyt __getattr__ s ( R R R R ( ( ( s/ /usr/lib64/python2.7/Demo/metaclasses/Simple.pyR s R c B s e Z d � Z d � Z RS( c C s | | _ | | _ d S( N( t functiont instance( R R R ( ( s/ /usr/lib64/python2.7/Demo/metaclasses/Simple.pyR s c G s9 d G| j Gd G| j Gd G| GHt | j | j f | � S( Nt callingt fort with( R R t apply( R t args( ( s/ /usr/lib64/python2.7/Demo/metaclasses/Simple.pyR s ( R R R R ( ( ( s/ /usr/lib64/python2.7/Demo/metaclasses/Simple.pyR s t Tracet MyTracedClassc B s e Z d � Z d � Z RS( c C s | | _ d S( N( t a( R R ( ( s/ /usr/lib64/python2.7/Demo/metaclasses/Simple.pyt method1$ s c C s | j S( N( R ( R ( ( s/ /usr/lib64/python2.7/Demo/metaclasses/Simple.pyt method2&