Your IP : 216.73.216.213
�
��f c @ s d d l Z d d l Z d d l Z d d l m Z m Z m Z Gd d � d e j � Z d d � Z e
d k r{ e � n d S( i N( u run_unittestu swap_itemu swap_attrc B s� | Ee Z d Z d Z d d � Z d d � Z d d � Z d d � Z d
d � Z d d
� Z d d � Z
d d � Z d d � Z d d � Z
d S( u RebindBuiltinsTestsu= Test all the ways that we can change/shadow globals/builtins.c G s d S( u� Perform TestCase-specific configuration on a function before testing.
By default, this does nothing. Example usage: spinning a function so
that a JIT will optimize it. Subclasses should override this as needed.
Args:
func: function to configure.
*args: any arguments that should be passed to func, if calling it.
Returns:
Nothing. Work will be performed on func in-place.
N( ( u selfu funcu args( ( u6 /opt/alt/python33/lib64/python3.3/test/test_dynamic.pyu configure_func s
u"