Current File : //proc/self/root/usr/lib/python3/dist-packages/s3transfer/__pycache__/download.cpython-312.pyc
�

�<�e�m����ddlZddlZddlZddlmZddlmZddlmZddl	m
Z
mZddlm
Z
mZmZmZmZmZmZmZmZej,e�ZGd�d�ZGd	�d
e�ZGd�de�ZGd
�de�ZGd�de�ZGd�de
�ZGd�de�ZGd�de�Z Gd�de�Z!Gd�de�Z"Gd�de�Z#Gd�de�Z$Gd�d e�Z%Gd!�d"�Z&Gd#�d$�Z'y)%�N��seekable)�RetriesExceededError��IN_MEMORY_DOWNLOAD_TAG)�SubmissionTask�Task)	�S3_RETRYABLE_DOWNLOAD_ERRORS�CountCallbackInvoker�DeferredOpenFile�FunctionContainer�StreamReaderProgress�calculate_num_parts�calculate_range_parameter�
get_callbacks�invoke_progress_callbacksc�J�eZdZdZd�Zed��Zd�Zd�Zd�Z	d�Z
d�Zd	�Zy
)�DownloadOutputManagera�Base manager class for handling various types of files for downloads

    This class is typically used for the DownloadSubmissionTask class to help
    determine the following:

        * Provides the fileobj to write to downloads to
        * Get a task to complete once everything downloaded has been written

    The answers/implementations differ for the various types of file outputs
    that may be accepted. All implementations must subclass and override
    public methods from this class.
    c�.�||_||_||_y�N)�_osutil�_transfer_coordinator�_io_executor)�self�osutil�transfer_coordinator�io_executors    �5/usr/lib/python3/dist-packages/s3transfer/download.py�__init__zDownloadOutputManager.__init__2s�����%9��"�'���c��td��)aeDetermines if the target for the download is compatible with manager

        :param download_target: The target for which the upload will write
            data to.

        :param osutil: The os utility to be used for the transfer

        :returns: True if the manager can handle the type of target specified
            otherwise returns False.
        zmust implement is_compatible()��NotImplementedError��cls�download_targetrs   r�
is_compatiblez#DownloadOutputManager.is_compatible7s��"�"B�C�Cr c��y)z�Get the tag (if any) to associate all GetObjectTasks

        :rtype: s3transfer.futures.TaskTag
        :returns: The tag to associate all GetObjectTasks with
        N��rs r�get_download_task_tagz+DownloadOutputManager.get_download_task_tagEs��r c��td��)aGet file-like object to use for io writes in the io executor

        :type transfer_future: s3transfer.futures.TransferFuture
        :param transfer_future: The future associated with upload request

        returns: A file-like object to write to
        z*must implement get_fileobj_for_io_writes()r"�r�transfer_futures  r�get_fileobj_for_io_writesz/DownloadOutputManager.get_fileobj_for_io_writesMs��"�"N�O�Or c�r�|jj|j|j|||��y)aQueue IO write for submission to the IO executor.

        This method accepts an IO executor and information about the
        downloaded data, and handles submitting this to the IO executor.

        This method may defer submission to the IO executor if necessary.

        N)r�submitr�get_io_write_task�r�fileobj�data�offsets    r�queue_file_io_taskz(DownloadOutputManager.queue_file_io_taskWs2��	
�"�"�)�)����t�5�5�g�t�V�L�	
r c�8�t|j|||d���S)aGet an IO write task for the requested set of data

        This task can be ran immediately or be submitted to the IO executor
        for it to run.

        :type fileobj: file-like object
        :param fileobj: The file-like object to write to

        :type data: bytes
        :param data: The data to write out

        :type offset: integer
        :param offset: The offset to write the data to in the file-like object

        :returns: An IO task to be used to write data to a file-like object
        )r4r5r6��main_kwargs)�IOWriteTaskrr3s    rr2z'DownloadOutputManager.get_io_write_taskds(��"��&�&�"�� ��
�	
r c��td��)a�Get the final io task to complete the download

        This is needed because based on the architecture of the TransferManager
        the final tasks will be sent to the IO executor, but the executor
        needs a final task for it to signal that the transfer is done and
        all done callbacks can be run.

        :rtype: s3transfer.tasks.Task
        :returns: A final task to completed in the io executor
        z"must implement get_final_io_task()r"r*s r�get_final_io_taskz'DownloadOutputManager.get_final_io_task~s��"�"F�G�Gr c��t|d|jj��}|jj	|j
�|S)N�wb)�mode�
open_function)rr�openr�add_failure_cleanup�close)r�filename�fs   r�_get_fileobj_from_filenamez0DownloadOutputManager._get_fileobj_from_filename�s<����4�t�|�|�/@�/@�
��
	
�"�"�6�6�q�w�w�?��r N)
�__name__�
__module__�__qualname__�__doc__r�classmethodr'r+r/r7r2r=rGr)r rrr$sB���(�
�D��D��P�
�
�4H�r rc�@��eZdZ�fd�Zed��Zd�Zd�Zd�Z�xZ	S)�DownloadFilenameOutputManagerc�R��t�|�|||�d|_d|_d|_yr)�superr�_final_filename�_temp_filename�
_temp_fileobj)rrrr�	__class__s    �rrz&DownloadFilenameOutputManager.__init__�s-���
����!5�{�C�#���"���!��r c�"�t|t�Sr)�
isinstance�strr$s   rr'z+DownloadFilenameOutputManager.is_compatible�s���/�3�/�/r c���|jjj}||_|jj|�|_|j�|_|jSr)	�meta�	call_argsr4rQr�get_temp_filenamerR�_get_temp_fileobjrS)rr.r4s   rr/z7DownloadFilenameOutputManager.get_fileobj_for_io_writes�sU��!�&�&�0�0�8�8��&���"�l�l�<�<�W�E���!�3�3�5����!�!�!r c�v�t|j|j|j|jd�d��S)N)r4�final_filenamerT)rr:�is_final)�IORenameFileTaskrrSrQrr*s rr=z/DownloadFilenameOutputManager.get_final_io_task�s=�� �!%�!;�!;��-�-�"&�"6�"6��,�,��
�
�	
r c��|j|j�}|jj|jj
|j�|Sr)rGrRrrCr�remove_file)rrFs  rr\z/DownloadFilenameOutputManager._get_temp_fileobj�sH���+�+�D�,?�,?�@���"�"�6�6��L�L�$�$�d�&9�&9�	
��r )
rHrIrJrrLr'r/r=r\�
__classcell__�rTs@rrNrN�s+���"��0��0�"�
�r rNc�(�eZdZed��Zd�Zd�Zy)�DownloadSeekableOutputManagerc��t|�Srrr$s   rr'z+DownloadSeekableOutputManager.is_compatible�s
����(�(r c�B�|jjjSr�rYrZr4r-s  rr/z7DownloadSeekableOutputManager.get_fileobj_for_io_writes�s���#�#�-�-�5�5�5r c�.�t|j��S�N)r��CompleteDownloadNOOPTaskrr*s rr=z/DownloadSeekableOutputManager.get_final_io_task�s��(�!%�!;�!;�
�	
r N)rHrIrJrLr'r/r=r)r rrfrf�s���)��)�6�
r rfc�T��eZdZ	d�fd�	Zed��Zd�Zd�Zd�Z�fd�Z	d�Z
�xZS)	� DownloadNonSeekableOutputManagerc���t�|�|||�|�
t�}||_t	j
�|_yr)rPr�
DeferQueue�_defer_queue�	threading�Lock�_io_submit_lock�rrrr�defer_queuerTs     �rrz)DownloadNonSeekableOutputManager.__init__�s;���	����!5�{�C���$�,�K�'���(�~�~�/��r c��t|d�S)N�write)�hasattrr$s   rr'z.DownloadNonSeekableOutputManager.is_compatible�s�����0�0r c��tSrrr*s rr+z6DownloadNonSeekableOutputManager.get_download_task_tag�s��%�%r c�B�|jjjSrrir-s  rr/z:DownloadNonSeekableOutputManager.get_fileobj_for_io_writes�s���#�#�-�-�5�5�5r c�.�t|j��Srkrlr*s rr=z2DownloadNonSeekableOutputManager.get_final_io_task�s��'�!%�!;�!;�
�	
r c����|j5|jj||�}|D]2}|d}tj	d|d|�t
�|�|||��4	ddd�y#1swYyxYw)Nr5z%Queueing IO offset %s for fileobj: %sr6)rurr�request_writes�logger�debugrPr7)rr4r5r6�writesryrTs      �rr7z3DownloadNonSeekableOutputManager.queue_file_io_task�s����
�
!�
!�		B��&�&�5�5�f�d�C�F��
B���V�}�����;��(�O���
��*�7�D�&�A�
B�		B�		B�		B�s�AA,�,A5c�6�t|j||d���S)N)r4r5r9)�IOStreamingWriteTaskrr3s    rr2z2DownloadNonSeekableOutputManager.get_io_write_task�s#��#��&�&�"���
�	
r r)rHrIrJrrLr'r+r/r=r7r2rcrds@rroro�s9���EI�0��1��1�&�6�
�

B�
r roc�>��eZdZ	d�fd�	Zed��Zd�Zd�Z�xZS)�$DownloadSpecialFilenameOutputManagerc�8��t�|�||||�d|_yr)rPr�_fileobjrvs     �rrz-DownloadSpecialFilenameOutputManager.__init__�s%���	����(�+�{�	
���
r c�H�t|t�xr|j|�Sr)rVrW�is_special_filer$s   rr'z2DownloadSpecialFilenameOutputManager.is_compatibles&���/�3�/�
�F�4J�4J��5
�	
r c��|jjj}|j|�|_|jSr)rYrZr4rGr�)rr.rEs   rr/z>DownloadSpecialFilenameOutputManager.get_fileobj_for_io_writess5��"�'�'�1�1�9�9���7�7��A��
��}�}�r c�J�t|jdd|ji��S)NTr4)rr_r:)�IOCloseTaskrr�r*s rr=z6DownloadSpecialFilenameOutputManager.get_final_io_tasks'���!%�!;�!;��"�D�M�M�2�
�	
r r)	rHrIrJrrLr'r/r=rcrds@rr�r��s)���EI���
��
�
�

r r�c�8�eZdZdZd�Z	d	d�Zd�Zd�Zd�Zd�Z	y)
�DownloadSubmissionTaskz/Task for submitting tasks to execute a downloadc���ttttg}|jj
j}|D]}|j||�s�|cStdj|t|����)a�Retrieves a class for managing output for a download

        :type transfer_future: s3transfer.futures.TransferFuture
        :param transfer_future: The transfer future for the request

        :type osutil: s3transfer.utils.OSUtils
        :param osutil: The os utility associated to the transfer

        :rtype: class of DownloadOutputManager
        :returns: The appropriate class to use for managing a specific type of
            input for downloads.
        z'Output {} of type: {} is not supported.)r�rNrfrorYrZr4r'�RuntimeError�format�type)rr.r�download_manager_resolver_chainr4�download_manager_clss      r� _get_download_output_manager_clsz7DownloadSubmissionTask._get_download_output_manager_clss}��
1�)�)�,�	+
�'�"�&�&�0�0�8�8��$C�	,� �#�1�1�'�6�B�+�+�	,��5�<�<���g��
�
�	
r Nc
�:�|jj��|jd|jjj|jjj
d�|jjj��}|jj|d�|j||�||j|�}	|jj|jkr|j||||||	||�y|j||||||	||�y)a
        :param client: The client associated with the transfer manager

        :type config: s3transfer.manager.TransferConfig
        :param config: The transfer config associated with the transfer
            manager

        :type osutil: s3transfer.utils.OSUtil
        :param osutil: The os utility associated to the transfer manager

        :type request_executor: s3transfer.futures.BoundedExecutor
        :param request_executor: The request executor associated with the
            transfer manager

        :type io_executor: s3transfer.futures.BoundedExecutor
        :param io_executor: The io executor associated with the
            transfer manager

        :type transfer_future: s3transfer.futures.TransferFuture
        :param transfer_future: The transfer future associated with the
            transfer request that tasks are being submitted for

        :type bandwidth_limiter: s3transfer.bandwidth.BandwidthLimiter
        :param bandwidth_limiter: The bandwidth limiter to use when
            downloading streams
        N��Bucket�Key�
ContentLengthr))
rY�size�head_objectrZ�bucket�key�
extra_args�provide_transfer_sizer�r�multipart_threshold�_submit_download_request�_submit_ranged_download_request)
r�client�configr�request_executorrr.�bandwidth_limiter�response�download_output_managers
          r�_submitzDownloadSubmissionTask._submit;s*��H���$�$�,�*�v�)�)��&�+�+�5�5�<�<�#�(�(�2�2�6�6��"�&�&�0�0�;�;��H�

� � �6�6���)�
�#
�$�"G�"G��V�#
�
�$�,�,�k�#;�����$�$�v�'A�'A�A��)�)���� ��'��!�	
�
�0�0���� ��'��!�	
r c	��|jj}	|j|�}
t|d�}|j	�}|j�}
|jj|t|j||	j|	j|
|	j||j||j|d�
|
g��|��y)N�progress)
r�r�r�r4r��	callbacks�max_attemptsr��io_chunksizer��rr:�done_callbacks��tag)rYrZr/rr+r=rr1�ImmediatelyWriteIOGetObjectTaskr�r�r��num_download_attemptsr�)rr�r�rr�rr�r.r�rZr4�progress_callbacks�get_object_tag�
final_tasks              rr�z/DownloadSubmissionTask._submit_download_request�s���$�(�(�2�2�	�*�C�C��
��
+�?�J�G��1�F�F�H��-�>�>�@�
�	
�"�"�)�)��+�%)�%?�%?�$�'�.�.�$�=�=�&�"+�"6�"6�!3�$*�$@�$@�/F�$*�$7�$7�):��!+�|�
� �%	*�	
r c	��|jj}	t|d�}
|j|�}|j}t|jj|�}
|j�}t|j||��}t|
�D]�}t|||
�}d|i}|j|	j�|j�|jj!|t#|j||	j$|	j&|||
|j(||z||j*|d�|j,g��|����|j/�y)Nr��Range)r�r�r�r4r�r�r��start_indexr�r�r�r�r�)rYrZrr/�multipart_chunksizerr�r+r�&_get_final_io_task_submission_callback�ranger�updater��	incrementrr1�
GetObjectTaskr�r�r�r��	decrement�finalize)rr�r�rr�rr�r.r�rZr�r4�	part_size�	num_partsr��finalize_download_invoker�i�range_parameterr�s                   rr�z6DownloadSubmissionTask._submit_ranged_download_request�sp��$�(�(�2�2�	�+�?�J�G��*�C�C��
��
�.�.�	�'��(<�(<�(A�(A�9�M�	�1�F�F�H��%9��7�7�'��
�%
�!�
�y�!� 	�A�7��1�i��O�"�?�3�J����i�2�2�3�%�/�/�1��&�&�-�-� ��)-�)C�)C�"(�"+�"2�"2�(�}�}�#*�&0�%7�(.�(D�(D�'(�9�}�3J�(.�(;�(;�->�!�%>�$G�$G�#H��"#�'
.�
� 	�B	"�*�*�,r c�d�|j�}t|jj||�Sr)r=r
rr1)r�download_managerrr�s    rr�z=DownloadSubmissionTask._get_final_io_task_submission_callbacks2��&�7�7�9�
� ��&�&�-�-�{�J�
�	
r c�F�||z}||dz
k(rd}n||zdz
}d|�d|��}|S)N��zbytes=�-r))rr��
part_indexr��start_range�	end_range�range_params       r�_calculate_range_paramz-DownloadSubmissionTask._calculate_range_param	sD�� �9�,����Q��&��I�#�i�/�!�3�I��{�m�1�Y�K�8���r r)
rHrIrJrKr�r�r�r�r�r�r)r rr�r�s.��9�
�L�K�Z0
�dE-�N
�r r�c��eZdZ		dd�Zd�Zy)r�Nc	���d}t|�D]�}
	|
}|jd||d�|��}t|d|�}|r|j||j�}t||	�}|D]A}|jj
�s#|j||||�|t|�z
}�@yyt|��#t$r5}tjd||
|d��|}t||
z
�Yd}~��d}~wwxYw)a�Downloads an object and places content into io queue

        :param client: The client to use when calling GetObject
        :param bucket: The bucket to download from
        :param key: The key to download from
        :param fileobj: The file handle to write content to
        :param exta_args: Any extra arguments to include in GetObject request
        :param callbacks: List of progress callbacks to invoke on download
        :param max_attempts: The number of retries to do when downloading
        :param download_output_manager: The download output manager associated
            with the current download.
        :param io_chunksize: The size of each io chunk to read from the
            download stream and queue in the io queue.
        :param start_index: The location in the file to start writing the
            content of the key to.
        :param bandwidth_limiter: The bandwidth limiter to use when throttling
            the downloading of data in streams.
        Nr��BodyzCRetrying exception caught (%s), retrying request, (attempt %s / %s)T)�exc_infor))r��
get_objectr�get_bandwith_limited_streamr�DownloadChunkIterator�done�
_handle_io�lenr
r�r�rr)rr�r�r�r4r�r�r�r�r�r�r��last_exceptionr��
current_indexr��streaming_body�chunks�chunk�es                    r�_mainzGetObjectTask._mainsH��@���|�$�0	�A�/
� +�
�,�6�,�,��!�s��.8���"6��V�$�i�"��%�)�E�E�*�D�,F�,F��#�/�~�|�L��#�
�E� �5�5�:�:�<����3�#�!�)�	�&��U��3�
��
��?0	�b#�>�2�2��#0�
����:��� �!�
��"#��*��{�]�:����!
�s�BB6�'B6�6	C4�?+C/�/C4c�*�|j|||�yr)r7)rr�r4r��indexs     rr�zGetObjectTask._handle_iois���2�2�7�E�5�Ir )rN)rHrIrJr�r�r)r rr�r�s����R3�hJr r�c��eZdZdZd�Zy)r�aGetObjectTask that immediately writes to the provided file object

    This is useful for downloads where it is known only one thread is
    downloading the object so there is no reason to go through the
    overhead of using an IO queue and executor.
    c�8�|j|||�}|�yr)r2)rr�r4r�r��tasks      rr�z*ImmediatelyWriteIOGetObjectTask._handle_ious��&�8�8��%��O���r N)rHrIrJrKr�r)r rr�r�ms���r r�c��eZdZd�Zy)r;c�H�|j|�|j|�y)z�Pulls off an io queue to write contents to a file

        :param fileobj: The file handle to write content to
        :param data: The data to write
        :param offset: The offset to write the data to.
        N)�seekryr3s    rr�zIOWriteTask._main{s��	���V���
�
�d�r N)rHrIrJr�r)r rr;r;zs��r r;c��eZdZdZd�Zy)r�z/Task for writing data to a non-seekable stream.c�&�|j|�y)z�Write data to a fileobj.

        Data will be written directly to the fileobj without
        any prior seeking.

        :param fileobj: The fileobj to write content to
        :param data: The data to write

        N)ry)rr4r5s   rr�zIOStreamingWriteTask._main�s��	�
�
�d�r N�rHrIrJrKr�r)r rr�r��s
��9�
r r�c��eZdZdZd�Zy)r`aA task to rename a temporary file to its final filename

    :param fileobj: The file handle that content was written to.
    :param final_filename: The final name of the file to rename to
        upon completion of writing the contents.
    :param osutil: OS utility
    c�\�|j�|j|j|�yr)rD�rename_file�name)rr4r^rs    rr�zIORenameFileTask._main�s���
�
�����7�<�<��8r Nr�r)r rr`r`�s���9r r`c��eZdZdZd�Zy)r�ziA task to close out a file once the download is complete.

    :param fileobj: The fileobj to close.
    c�$�|j�yr)rD)rr4s  rr�zIOCloseTask._main�s���
�
�r Nr�r)r rr�r��s���
r r�c�2��eZdZdZ				d�fd�	Zd�Z�xZS)rmz�A NOOP task to serve as an indicator that the download is complete

    Note that the default for is_final is set to True because this should
    always be the last task.
    c�.��t�|�|||||��y)N)rr:�pending_main_kwargsr�r_)rPr)rrr:r�r�r_rTs      �rrz!CompleteDownloadNOOPTask.__init__�s&���	���!5�#� 3�)��	�	
r c��yrr)r*s rr�zCompleteDownloadNOOPTask._main�s��r )NNNT)rHrIrJrKrr�rcrds@rrmrm�s ����� ���

� 
r rmc�"�eZdZd�Zd�Zd�ZeZy)r�c�.�||_||_d|_y)z�Iterator to chunk out a downloaded S3 stream

        :param body: A readable file-like object
        :param chunksize: The amount to read each time
        rN)�_body�
_chunksize�
_num_reads)r�body�	chunksizes   rrzDownloadChunkIterator.__init__�s����
�#�����r c��|Srr)r*s r�__iter__zDownloadChunkIterator.__iter__�s���r c��|jj|j�}|xjdz
c_|r|S|jdk(r|St	��)Nr�)r��readr�r��
StopIteration)rr�s  r�__next__zDownloadChunkIterator.__next__�sI���
�
������0�����1�����L�
�_�_��
!�
�L��o�r N)rHrIrJrrr�nextr)r rr�r��s������Dr r�c��eZdZdZd�Zd�Zy)rqa"IO queue that defers write requests until they are queued sequentially.

    This class is used to track IO data for a *single* fileobj.

    You can send data to this queue, and it will defer any IO write requests
    until it has the next contiguous block available (starting at 0).

    c�>�g|_t�|_d|_y)Nr)�_writes�set�_pending_offsets�_next_offsetr*s rrzDeferQueue.__init__�s����� #������r c�d�||jkrgSg}||jvrgStj|j||f�|jj|�|jr�|jdd|jk(r�tj|j�}|j|d|dd��|jj|d�|xjt|d�z
c_|jr |jdd|jk(r��|S)a�Request any available writes given new incoming data.

        You call this method by providing new data along with the
        offset associated with the data.  If that new data unlocks
        any contiguous writes that can now be submitted, this
        method will return all applicable writes.

        This is done with 1 method call so you don't have to
        make two method calls (put(), get()) which acquires a lock
        each method call.

        rr�)r6r5)
rr
�heapq�heappushr�add�heappop�append�remover�)rr6r5r��
next_writes     rrzDeferQueue.request_writes�s���D�%�%�%�
�I����T�*�*�*��I�
���t�|�|�f�d�^�4����!�!�&�)��l�l�t�|�|�A��q�1�T�5F�5F�F����t�|�|�4�J��M�M�Z��]�J�q�M�J�K��!�!�(�(��A��7�����Z��]�!3�3��	�l�l�t�|�|�A��q�1�T�5F�5F�F�
�
r N)rHrIrJrKrrr)r rrqrq�s����
 r rq)(r�loggingrs�s3transfer.compatr�s3transfer.exceptionsr�s3transfer.futuresr�s3transfer.tasksrr	�s3transfer.utilsr
rrr
rrrrr�	getLoggerrHr�rrNrfror�r�r�r�r;r�r`r�rmr�rqr)r r�<module>rs���
���&�6�5�1�
�
�
�
��	�	�8�	$��n�n�b%�$9�%�P
�$9�
�",
�'<�,
�^
�+K�
�:w�^�w�tVJ�D�VJ�r
�m�
�	�$�	�
�4�
� 9�t�9��$��
�t�
�6��</�/r 
¿Qué es la limpieza dental de perros? - Clínica veterinaria


Es la eliminación del sarro y la placa adherida a la superficie de los dientes mediante un equipo de ultrasonidos que garantiza la integridad de las piezas dentales a la vez que elimina en profundidad cualquier resto de suciedad.

A continuación se procede al pulido de los dientes mediante una fresa especial que elimina la placa bacteriana y devuelve a los dientes el aspecto sano que deben tener.

Una vez terminado todo el proceso, se mantiene al perro en observación hasta que se despierta de la anestesia, bajo la atenta supervisión de un veterinario.

¿Cada cuánto tiempo tengo que hacerle una limpieza dental a mi perro?

A partir de cierta edad, los perros pueden necesitar una limpieza dental anual o bianual. Depende de cada caso. En líneas generales, puede decirse que los perros de razas pequeñas suelen acumular más sarro y suelen necesitar una atención mayor en cuanto a higiene dental.


Riesgos de una mala higiene


Los riesgos más evidentes de una mala higiene dental en los perros son los siguientes:

  • Cuando la acumulación de sarro no se trata, se puede producir una inflamación y retracción de las encías que puede descalzar el diente y provocar caídas.
  • Mal aliento (halitosis).
  • Sarro perros
  • Puede ir a más
  • Las bacterias de la placa pueden trasladarse a través del torrente circulatorio a órganos vitales como el corazón ocasionando problemas de endocarditis en las válvulas. Las bacterias pueden incluso acantonarse en huesos (La osteomielitis es la infección ósea, tanto cortical como medular) provocando mucho dolor y una artritis séptica).

¿Cómo se forma el sarro?

El sarro es la calcificación de la placa dental. Los restos de alimentos, junto con las bacterias presentes en la boca, van a formar la placa bacteriana o placa dental. Si la placa no se retira, al mezclarse con la saliva y los minerales presentes en ella, reaccionará formando una costra. La placa se calcifica y se forma el sarro.

El sarro, cuando se forma, es de color blanquecino pero a medida que pasa el tiempo se va poniendo amarillo y luego marrón.

Síntomas de una pobre higiene dental
La señal más obvia de una mala salud dental canina es el mal aliento.

Sin embargo, a veces no es tan fácil de detectar
Y hay perros que no se dejan abrir la boca por su dueño. Por ejemplo…

Recientemente nos trajeron a la clínica a un perro que parpadeaba de un ojo y decía su dueño que le picaba un lado de la cara. Tenía molestias y dificultad para comer, lo que había llevado a sus dueños a comprarle comida blanda (que suele ser un poco más cara y llevar más contenido en grasa) durante medio año. Después de una exploración oftalmológica, nos dimos cuenta de que el ojo tenía una úlcera en la córnea probablemente de rascarse . Además, el canto lateral del ojo estaba inflamado. Tenía lo que en humanos llamamos flemón pero como era un perro de pelo largo, no se le notaba a simple vista. Al abrirle la boca nos llamó la atención el ver una muela llena de sarro. Le realizamos una radiografía y encontramos una fístula que llegaba hasta la parte inferior del ojo.

Le tuvimos que extraer la muela. Tras esto, el ojo se curó completamente con unos colirios y una lentilla protectora de úlcera. Afortunadamente, la úlcera no profundizó y no perforó el ojo. Ahora el perro come perfectamente a pesar de haber perdido una muela.

¿Cómo mantener la higiene dental de tu perro?
Hay varias maneras de prevenir problemas derivados de la salud dental de tu perro.

Limpiezas de dientes en casa
Es recomendable limpiar los dientes de tu perro semanal o diariamente si se puede. Existe una gran variedad de productos que se pueden utilizar:

Pastas de dientes.
Cepillos de dientes o dedales para el dedo índice, que hacen más fácil la limpieza.
Colutorios para echar en agua de bebida o directamente sobre el diente en líquido o en spray.

En la Clínica Tus Veterinarios enseñamos a nuestros clientes a tomar el hábito de limpiar los dientes de sus perros desde que son cachorros. Esto responde a nuestro compromiso con la prevención de enfermedades caninas.

Hoy en día tenemos muchos clientes que limpian los dientes todos los días a su mascota, y como resultado, se ahorran el dinero de hacer limpiezas dentales profesionales y consiguen una mejor salud de su perro.


Limpiezas dentales profesionales de perros y gatos

Recomendamos hacer una limpieza dental especializada anualmente. La realizamos con un aparato de ultrasonidos que utiliza agua para quitar el sarro. Después, procedemos a pulir los dientes con un cepillo de alta velocidad y una pasta especial. Hacemos esto para proteger el esmalte.

La frecuencia de limpiezas dentales necesaria varía mucho entre razas. En general, las razas grandes tienen buena calidad de esmalte, por lo que no necesitan hacerlo tan a menudo e incluso pueden pasarse la vida sin requerir una limpieza. Sin embargo, razas pequeñas como el Yorkshire o el Maltés, deben hacérselas todos los años desde cachorros si se quiere conservar sus piezas dentales.

Otro factor fundamental es la calidad del pienso. Algunas marcas han diseñado croquetas que limpian la superficie del diente y de la muela al masticarse.

Ultrasonido para perros

¿Se necesita anestesia para las limpiezas dentales de perros y gatos?

La limpieza dental en perros no es una técnica que pueda practicarse sin anestesia general , aunque hay veces que los propietarios no quieren anestesiar y si tiene poco sarro y el perro es muy bueno se puede intentar…… , pero no se va a poder pulir ni acceder a todas la zona de la boca …. Además los limpiadores dentales van a irrigar agua y hay riesgo de aspiración a vías respiratorias si no se realiza una anestesia correcta con intubación traqueal . En resumen , sin anestesia no se va hacer una correcta limpieza dental.

Tampoco sirve la sedación ya que necesitamos que el animal esté totalmente quieto, y el veterinario tenga un acceso completo a todas sus piezas dentales y encías.

Alimentos para la limpieza dental

Hay que tener cierto cuidado a la hora de comprar determinados alimentos porque no todos son saludables. Algunos tienen demasiado contenido graso, que en exceso puede causar problemas cardiovasculares y obesidad.

Los mejores alimentos para los dientes son aquellos que están elaborados por empresas farmacéuticas y llevan componentes químicos con tratamientos específicos para el diente del perro. Esto implica no solo limpieza a través de la acción mecánica de morder sino también un tratamiento antibacteriano para prevenir el sarro.

Conclusión

Si eres como la mayoría de dueños, por falta de tiempo , es probable que no estés prestando la suficiente atención a la limpieza dental de tu perro. Por eso te animamos a que comiences a limpiar los dientes de tu perro y consideres atender a su higiene bucal con frecuencia.

Estas simples medidas pueden conllevar a que tu perro tenga una vida más larga y mucho más saludable.

Si te resulta imposible introducir un cepillo de dientes a tu perro en la boca, pásate con él por clínica Tus Veterinarios y te explicamos cómo hacerlo.

Necesitas hacer una limpieza dental profesional a tu mascota?
Llámanos al 622575274 o contacta con nosotros

Deja un comentario

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *

¡Hola!