| Server IP : 202.61.199.114 / Your IP : 216.73.217.139 Web Server : nginx/1.22.1 System : Linux de.arni-solutions.de 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : web20 ( 1018) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/local/lib/python3.9/dist-packages/matplotlib/__pycache__/ |
Upload File : |
a
���h� � @ s\ d dl mZ d dlmZ G dd� de�ZG dd� de�ZG dd� de�ZG d d
� d
e�ZdS )� )�cbook)�Artistc @ sX e Zd ZdZdd� Zdd� Zd
dd�Zd d
� Zdd� Ze j
Z
e jZe jZe j
Z
e jZdS )� Containerz�
Base class for containers.
Containers are classes that collect semantically related Artists such as
the bars of a bar plot.
c C s dt | �j� dt| �� d�S )N�<z object of z artists>)�type�__name__�len��self� r �>/usr/local/lib/python3.9/dist-packages/matplotlib/container.py�__repr__
s zContainer.__repr__c O s t �| |d �S )Nr )�tuple�__new__)�cls�args�kwargsr r r r s zContainer.__new__Nc C s0 t jdgd�| _d | _|d ur&t|�nd | _d S )N�pchanged)Zsignals)r ZCallbackRegistryZ
_callbacks�_remove_method�str�_label)r
�kl�labelr r r �__init__ s zContainer.__init__c C s<