OwlCyberSecurity - MANAGER
Edit File: test_animation.cpython-38.pyc
U ��]�% � @ s� d dl Z d dlmZ d dlZd dlZd dlZd dlZd dlmZ d dlZd dl Z d dl mZ d dl m Z G dd� de j�Zdd� Zd d � Zdd� Ze j�d �G dd� de��Zdddddddddg Zedd� eD �7 Zej�de�dd� �Zdd� Zd d!� Zejje j�e jd" � d#d$�ej�d%d&d'g�d(d)� ��Zejje j�e jd" � d#d$�ej�d%d&ej d'ejj!d*�g�d+d,� ��Z"ejje j#d-kd.d$�d/d0� �Z$ej�d1ej d2d3d4� d5d6�ej d7d8d4� d9d6�g�d:d;� �Z%dS )<� N��Path)�pyplot)� animationc @ s( e Zd ZdZdd� Zdd� Zdd� ZdS ) �NullMovieWritera� A minimal MovieWriter. It doesn't actually write anything. It just saves the arguments that were given to the setup() and grab_frame() methods as attributes, and counts how many times grab_frame() is called. This class doesn't have an __init__ method with the appropriate signature, and it doesn't define an isAvailable() method, so it cannot be added to the 'writers' registry. c G s"