?¡ëPNG
IHDR ? f ??C1 sRGB ??¨¦ gAMA ¡À?¨¹a pHYs ? ??o¡§d GIDATx^¨ª¨¹L¡±¡Âe¡ÂY?a?("Bh?_¨°???¡é¡ì?q5k?*:t0A-o??£¤]VkJ¡éM??f?¡À8\k2¨ªll¡ê1]q?¨´???T
Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/user1137782/www/china1.by/classwithtostring.php on line 86
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 213
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 214
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 218
Ñò
(bæGc @ sj d Z d d k Z d d k l Z e i e ƒ Z d „ Z d e f d „ ƒ YZ d e f d „ ƒ YZ
d S( s—
Result Proxy
------------
The result proxy wraps the result instance given to each test. It
performs two functions: enabling extended error/failure reporting
and calling plugins.
As each result event is fired, plugins are called with the same event;
however, plugins are called with the nose.case.Test instance that
wraps the actual test. So when a test fails and calls
result.addFailure(self, err), the result proxy calls
addFailure(self.test, err) for each plugin. This allows plugins to
have a single stable interface for all test types, and also to
manipulate the test object itself by setting the `test` attribute of
the nose.case.Test that they receive.
iÿÿÿÿN( t Configc sI ‡ ‡ f d † } ‡ ‡ f d † } ‡ ‡ f d † } t | | | | ƒ S( sn Create a property that proxies attribute ``proxied_attr`` through
the local attribute ``local_attr``.
c s t t | ˆ ƒ ˆ ƒ S( N( t getattr( t self( t proxied_attrt
local_attr( s. /usr/lib/python2.6/site-packages/nose/proxy.pyt fget s c s t t | ˆ ƒ ˆ | ƒ d S( N( t setattrR ( R t value( R R ( s. /usr/lib/python2.6/site-packages/nose/proxy.pyt fset s c s t t | ˆ ƒ ˆ ƒ d S( N( t delattrR ( R ( R R ( s. /usr/lib/python2.6/site-packages/nose/proxy.pyt fdel! s ( t property( R R t docR R R
( ( R R s. /usr/lib/python2.6/site-packages/nose/proxy.pyt proxied_attribute s t ResultProxyFactoryc B s# e Z d Z d d „ Z d „ Z RS( sr Factory for result proxies. Generates a ResultProxy bound to each test
and the result passed to the test.
c C s9 | d j o
t ƒ } n | | _ t | _ d | _ d S( N( t NoneR t configt Falset _ResultProxyFactory__preparedt _ResultProxyFactory__result( R R ( ( s. /usr/lib/python2.6/site-packages/nose/proxy.pyt __init__* s
c C s} | i p@ t | _ | i i i | ƒ } | d j o | | _ } qJ n | i d j o
| i } n t | | d | i ƒS( s Return a ResultProxy for the current test.
On first call, plugins are given a chance to replace the
result used for the remaining tests. If a plugin returns a
value from prepareTestResult, that object will be used as the
result for all tests.
R N( R t TrueR t pluginst prepareTestResultR R t ResultProxy( R t resultt testt plug_result( ( s. /usr/lib/python2.6/site-packages/nose/proxy.pyt __call__1 s
N( t __name__t
__module__t __doc__R R R ( ( ( s. /usr/lib/python2.6/site-packages/nose/proxy.pyR &