?¡ë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
Ñò À‹6Fc@sWdZddkZddkZddklZeidƒZdefd„ƒYZdS(sÀUse the isolation plugin with --with-isolation or the NOSE_WITH_ISOLATION environment variable to clean sys.modules after each test module is loaded and executed. The isolation module is in effect similar to wrapping the following functions around the import and execution of each test module:: def setup(module): module._mods = sys.modules.copy() def teardown(module): to_del = [ m for m in sys.modules.keys() if m not in module._mods ] for mod in to_del: del sys.modules[mod] sys.modules.update(module._mods) Isolation works only during lazy loading. In normal use, this is only during discovery of modules within a directory, where the process of importing, loading tests and running tests from each module is encapsulated in a single loadTestsFromName call. This plugin implements loadTestsFromNames to force the same lazy-loading there, which allows isolation to work in directed mode as well as discovery, at the cost of some efficiency: lazy-loading names forces full context setup and teardown to run for each name, defeating the grouping that is normally used to ensure that context setup and teardown are run the fewest possible times for a given set of names. PLEASE NOTE that this plugin should not be used in conjunction with other plugins that assume that modules once imported will stay imported; for instance, it may cause very odd results when used with the coverage plugin. iÿÿÿÿN(tPluginsnose.plugins.isolationtIsolationPlugincBsJeZdZdZdZd„Zd„Zd„Zdd„Z d„Z RS( s› Activate the isolation plugin to isolate changes to external modules to a single test module or package. The isolation plugin resets the contents of sys.modules after each test module or package runs to its state before the test. PLEASE NOTE that this plugin should not be used with the coverage plugin in any other case where module reloading may produce undesirable side-effects. i t isolationcCs ti|||ƒg|_dS(N(Rt configuret _mod_stack(tselftoptionstconf((s8/usr/lib/python2.6/site-packages/nose/plugins/isolate.pyR7scCs#tiiƒ}|ii|ƒdS(s+Copy sys.modules onto my mod stack N(tsystmodulestcopyRtappend(Rtmods((s8/usr/lib/python2.6/site-packages/nose/plugins/isolate.pyt beforeContext;scCs”|iiƒ}g}tiiƒD]}||jo ||q#q#~}|o/tid|ƒx|D]}ti|=qhWntii|ƒdS(skPop my mod stack and restore sys.modules to the state it was in when mod stack was pushed. s removing sys modules entries: %sN(RtpopRR tkeystlogtdebugtupdate(RR t_[1]tmtto_deltmod((s8/usr/lib/python2.6/site-packages/nose/plugins/isolate.pyt afterContextAs;cs`ˆ ptˆƒdjodS|i‰|ii‰‡‡‡‡fd†}ˆi|ƒgfS(sÓCreate a lazy suite that calls beforeContext and afterContext around each name. The side-effect of this is that full context fixtures will be set up and torn down around each test named. iNc3s=x6ˆD].}ˆiƒˆi|dˆƒVˆiƒqWdS(Ntmodule(R tloadTestsFromNameR(tname(tloadertpluginsRtnames(s8/usr/lib/python2.6/site-packages/nose/plugins/isolate.pytlazyWs  (tlenRRRt suiteClass(RRRR((RRRRs8/usr/lib/python2.6/site-packages/nose/plugins/isolate.pytloadTestsFromNamesMs   cCs ||_dS(sJGet handle on test loader so we can use it in loadTestsFromNames. N(R(RR((s8/usr/lib/python2.6/site-packages/nose/plugins/isolate.pytprepareTestLoader^sN( t__name__t __module__t__doc__tscoreRRR RtNoneR!R"(((s8/usr/lib/python2.6/site-packages/nose/plugins/isolate.pyR+s   (R%tloggingRt nose.pluginsRt getLoggerRR(((s8/usr/lib/python2.6/site-packages/nose/plugins/isolate.pyt!s