?PNG
IHDR ? f ??C1 sRGB ?? gAMA ?a pHYs ? ??od GIDATx^LeY?a?("Bh?_????q5k?*:t0A-o??]VkJM??f?8\k2ll1]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
Hc @ s d Z d d k Z d d k Z d d k Z d d k l Z d d k l Z d d k l Z e i
d Z e i d j Z
d d d
YZ d d d YZ d
e f d YZ d S( s Attribute selector plugin.
Simple syntax (-a, --attr) examples:
* `nosetests -a status=stable`:
Only test cases with attribute "status" having value "stable"
* `nosetests -a priority=2,status=stable`:
Both attributes must match
* `nosetests -a priority=2 -a slow`:
Either attribute must match
* `nosetests -a tags=http`:
Attribute list "tags" must contain value "http" (see test_foobar()
below for definition)
* `nosetests -a slow`:
Attribute "slow" must be defined and its value cannot equal to False
(False, [], "", etc...)
* `nosetests -a '!slow'`:
Attribute "slow" must NOT be defined or its value must be equal to False.
Note the quotes around the value -- this may be necessary if your shell
interprets `!' as a special character.
Eval expression syntax (-A, --eval-attr) examples:
* `nosetests -A "not slow"`
* `nosetests -A "(priority > 5) and not slow"`
iN( t
isfunction( t Plugin( t tolists nose.plugins.attribi i t
ContextHelperc B s e Z d Z d Z d Z RS( s. Returns default values for dictionary lookups.c C s
| | _ d S( N( t obj( t selfR ( ( s7 /usr/lib/python2.6/site-packages/nose/plugins/attrib.pyt __init__. s c C s | i i | t S( N( R t gett False( R t name( ( s7 /usr/lib/python2.6/site-packages/nose/plugins/attrib.pyt __getitem__1 s ( t __name__t
__module__t __doc__R R
( ( ( s7 /usr/lib/python2.6/site-packages/nose/plugins/attrib.pyR , s t AttributeGetterc B s, e Z d Z e Z d Z d d Z RS( s Helper for looking up attributes
First we check the method, and if the attribute is not present,
we check the method's class.
c C s | | _ | | _ d S( N( t clst method( R R R ( ( s7 /usr/lib/python2.6/site-packages/nose/plugins/attrib.pyR = s c C s t i d | | i | i | i i i | | i } | | i j o<