whoami7 - Manager
:
/
lib64
/
python2.7
/
site-packages
/
matplotlib
/
Upload File:
files >> //lib64/python2.7/site-packages/matplotlib/container.pyo
� ��L]c @ sk d d l j Z d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d S( i����Nt Containerc B st e Z d Z d � Z d � Z d d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z RS( s$ Base class for containers. c C s d t | � S( Ns <Container object of %d artists>( t len( t self( ( s: /usr/lib64/python2.7/site-packages/matplotlib/container.pyt __repr__ s c O s t j | | d � S( Ni ( t tuplet __new__( t clst klt kwargs( ( s: /usr/lib64/python2.7/site-packages/matplotlib/container.pyR s c C s5 t | _ d | _ i | _ d | _ | j | � d S( Ni ( t Falset eventsont _oidt _propobserverst Nonet _remove_methodt set_label( R R t label( ( s: /usr/lib64/python2.7/site-packages/matplotlib/container.pyt __init__ s c C s | | _ d S( N( R ( R t f( ( s: /usr/lib64/python2.7/site-packages/matplotlib/container.pyt set_remove_method s c C s8 x | D] } | j � q W| j r4 | j | � n d S( N( t removeR ( R t c( ( s: /usr/lib64/python2.7/site-packages/matplotlib/container.pyR s c C s | j S( sC Get the label used for this artist in the legend. ( t _label( R ( ( s: /usr/lib64/python2.7/site-packages/matplotlib/container.pyt get_label"