Current File : //proc/self/root/usr/lib/python3.12/__pycache__/contextlib.cpython-312.pyc
�

�4h�k��"�dZddlZddlZddlZddlZddlmZddlmZddl	m
Z
mZgd�ZGd�dej�ZGd	�d
ej�ZGd�de�ZGd
�de�ZGd�d�ZGd�deee�ZGd�deee�Zd�Zd�ZGd�de�ZGd�de�ZGd�de�ZGd�de�ZGd�d e�ZGd!�d"e�ZGd#�d$�ZGd%�d&ee�ZGd'�d(ee�Z Gd)�d*ee�Z!Gd+�d,e�Z"y)-z4Utilities for with-statement contexts.  See PEP 343.�N)�deque��wraps)�
MethodType�GenericAlias)�asynccontextmanager�contextmanager�closing�nullcontext�AbstractContextManager�AbstractAsyncContextManager�AsyncExitStack�ContextDecorator�	ExitStack�redirect_stdout�redirect_stderr�suppress�aclosing�chdirc�Z�eZdZdZee�Zd�Zejd��Z
ed��Zy)rz,An abstract base class for context managers.c��|S�z0Return `self` upon entering the runtime context.���selfs �!/usr/lib/python3.12/contextlib.py�	__enter__z AbstractContextManager.__enter__s����c��y�z9Raise any exception triggered within the runtime context.Nr�r�exc_type�	exc_value�	tracebacks    r�__exit__zAbstractContextManager.__exit__s��rc�L�|turtj|dd�StS)Nrr%)r�_collections_abc�_check_methods�NotImplemented��cls�Cs  r�__subclasshook__z'AbstractContextManager.__subclasshook__ s&���(�(�#�2�2�1�k�:�N�N��rN)�__name__�
__module__�__qualname__�__doc__�classmethodr�__class_getitem__r�abc�abstractmethodr%r-rrrrrsC��6�#�L�1���	���������rrc�Z�eZdZdZee�Zd�Zejd��Z
ed��Zy)r
z9An abstract base class for asynchronous context managers.c��K�|S�wrrrs r�
__aenter__z&AbstractAsyncContextManager.__aenter__-s��������c��K�y�wr rr!s    r�	__aexit__z%AbstractAsyncContextManager.__aexit__1s�������c�L�|turtj|dd�StS)Nr8r;)r
r'r(r)r*s  rr-z,AbstractAsyncContextManager.__subclasshook__6s-���-�-�#�2�2�1�l�3>�@�
@��rN)r.r/r0r1r2rr3r8r4r5r;r-rrrr
r
'sC��C�#�L�1���	���������rr
c��eZdZdZd�Zd�Zy)rzJA base class or mixin that enables context managers to work as decorators.c��|S)a6Return a recreated instance of self.

        Allows an otherwise one-shot context manager like
        _GeneratorContextManager to support use as
        a decorator via implicit recreation.

        This is a private interface just for _GeneratorContextManager.
        See issue #11647 for details.
        rrs r�_recreate_cmzContextDecorator._recreate_cmAs	���rc�2���t����fd��}|S)Nc�`���j�5�|i|��cddd�S#1swYyxYw�N�r@��args�kwds�funcrs  ��r�innerz(ContextDecorator.__call__.<locals>.innerNs1����"�"�$�
+��T�*�T�*�
+�
+�
+�s�$�-r�rrHrIs`` r�__call__zContextDecorator.__call__Ms ���	�t��	+�
�	+��rN�r.r/r0r1r@rKrrrrr>s��P�
�rrc��eZdZdZd�Zd�Zy)�AsyncContextDecoratorzPA base class or mixin that enables async context managers to work as decorators.c��|S)z-Return a recreated instance of self.
        rrs rr@z"AsyncContextDecorator._recreate_cmXs	���rc�2���t����fd��}|S)Nc���K��j�4�d{����|i|���d{���cddd��d{���S7�%7�7�	#1�d{���7swYyxYw�wrCrDrEs  ��rrIz-AsyncContextDecorator.__call__.<locals>.inner^sV������(�(�*�
1�
1�!�4�0�4�0�0�
1�
1�
1��0��
1��
1�
1�
1�sP�A�>�A�A�A�A�A�A�A�A�A�A�
A
�A�ArrJs`` rrKzAsyncContextDecorator.__call__]s ���	�t��	1�
�	1��rNrLrrrrNrNUs��V��
rrNc��eZdZdZd�Zd�Zy)�_GeneratorContextManagerBasezBShared functionality for @contextmanager and @asynccontextmanager.c��||i|��|_|||c|_|_|_t	|dd�}|�t|�j}||_y)Nr1)�genrHrFrG�getattr�typer1)rrHrFrG�docs     r�__init__z%_GeneratorContextManagerBase.__init__hsR����&��&���*.��d�'��	�4�9�d�i��d�I�t�,���;��t�*�$�$�C���rc�d�|j|j|j|j�SrC)�	__class__rHrFrGrs rr@z)_GeneratorContextManagerBase._recreate_cmvs#���~�~�d�i�i����D�I�I�>�>rN)r.r/r0r1rYr@rrrrSrSes��L��?rrSc��eZdZdZd�Zd�Zy)�_GeneratorContextManagerz%Helper for @contextmanager decorator.c�l�|`|`|`	t|j�S#t
$r
t
d�d�wxYw�Nzgenerator didn't yield)rFrGrH�nextrU�
StopIteration�RuntimeErrorrs rrz"_GeneratorContextManager.__enter__�sD��
�I�t�y�$�)�	C�����>�!���	C��7�8�d�B�	C�s��3c�B�|�"	t|j�	td��|�|�}	|jj|�	td��#|jj�wxYw#t$rYywxYw#t$r}||ucYd}~Sd}~wt$r@}||ur||_Yd}~yt|t�r|j|ur||_Yd}~y�d}~wt$r}||ur�||_Yd}~yd}~wwxYw#|jj�wxYw)N�generator didn't stopFz#generator didn't stop after throw())
r`rUrb�closera�throw�
__traceback__�
isinstance�	__cause__�
BaseException�r�typ�valuer$�excs     rr%z!_GeneratorContextManager.__exit__�s���;�
%��T�X�X��%�&�'>�?�?��}����#
������u�%�F
!�"�#H�I�I��W�H�H�N�N�$��
!�
��
��!�
(��%�'�'���
��%�<�(1�C�%� ��u�m�4��
�
��.�*3�E�'� ��� �

��e�#��$-��!���

������� �si�A5�A�B�D�A2�5	B�B�	C?�
B�C?�C?�"C�2%C�C�C?�)C:�:C?�DN)r.r/r0r1rr%rrrr]r]}s��
0�C�7!rr]c��eZdZdZd�Zd�Zy)�_AsyncGeneratorContextManagerz*Helper for @asynccontextmanager decorator.c��K�|`|`|`	t|j��d{���S7�#t
$r
t
d�d�wxYw�wr_)rFrGrH�anextrU�StopAsyncIterationrbrs rr8z(_AsyncGeneratorContextManager.__aenter__�sM����
�I�t�y�$�)�	C��t�x�x��(�(�(��!�	C��7�8�d�B�	C�s#�A�)�'�)�A�)�?�Ac��K�|�*	t|j��d{���	td��|�|�}	|jj|��d{���	td��7�I#|jj��d{���7wxYw#t$rYywxYw7�I#t$r}||ucYd}~Sd}~wt$rF}||ur||_Yd}~yt|ttf�r|j|ur||_Yd}~y�d}~wt$r}||ur�||_Yd}~yd}~wwxYw#|jj��d{���7wxYw�w)NrdFz$generator didn't stop after athrow())rrrUrb�aclosers�athrowrgrhrarirjrks     rr;z'_AsyncGeneratorContextManager.__aexit__�s@�����;�
,��D�H�H�o�%�%�,�&�'>�?�?��}����#
��h�h�o�o�e�,�,�,�F
(�"�#I�J�J�e&���(�(�/�/�+�+�+��
&�
��
��-��%�
(��%�'�'���
��%�<�(1�C�%� ��u�}�6H�&I�J��
�
��.�*3�E�'� ��� �

��e�#��$-��!���

���h�h�o�o�'�'�'�s��E�B�A(�B�A*�	E�B#�B!�B#�D'�(B�*B�B�	B�E�	B�E�B�E�!B#�#	D$�,B5�/D$�0E�5D$�D�E�+D�<E�D�D$�D�E�D$�$E�'E�E�E�EN)r.r/r0r1r8r;rrrrprp�s��
5�C�7(rrpc�.��t���fd��}|S)a�@contextmanager decorator.

    Typical usage:

        @contextmanager
        def some_generator(<arguments>):
            <setup>
            try:
                yield <value>
            finally:
                <cleanup>

    This makes this:

        with some_generator(<arguments>) as <variable>:
            <body>

    equivalent to this:

        <setup>
        try:
            <variable> = <value>
            <body>
        finally:
            <cleanup>
    c���t�||�SrC)r]�rFrGrHs  �r�helperzcontextmanager.<locals>.helper+s���'��d�D�9�9rr�rHrzs` rr	r	s ���6�4�[�:��:��Mrc�.��t���fd��}|S)a�@asynccontextmanager decorator.

    Typical usage:

        @asynccontextmanager
        async def some_async_generator(<arguments>):
            <setup>
            try:
                yield <value>
            finally:
                <cleanup>

    This makes this:

        async with some_async_generator(<arguments>) as <variable>:
            <body>

    equivalent to this:

        <setup>
        try:
            <variable> = <value>
            <body>
        finally:
            <cleanup>
    c���t�||�SrC)rprys  �rrzz#asynccontextmanager.<locals>.helperLs���,�T�4��>�>rrr{s` rrr1s ���6�4�[�?��?��Mrc�"�eZdZdZd�Zd�Zd�Zy)r
a2Context to automatically close something at the end of a block.

    Code like this:

        with closing(<module>.open(<arguments>)) as f:
            <block>

    is equivalent to this:

        f = <module>.open(<arguments>)
        try:
            <block>
        finally:
            f.close()

    c��||_yrC��thing�rr�s  rrYzclosing.__init__c�	����
rc��|jSrCr�rs rrzclosing.__enter__es���z�z�rc�8�|jj�yrC)r�re�r�exc_infos  rr%zclosing.__exit__gs���
�
���rN�r.r/r0r1rYrr%rrrr
r
Rs��� ��rr
c�"�eZdZdZd�Zd�Zd�Zy)ra�Async context manager for safely finalizing an asynchronously cleaned-up
    resource such as an async generator, calling its ``aclose()`` method.

    Code like this:

        async with aclosing(<module>.fetch(<arguments>)) as agen:
            <block>

    is equivalent to this:

        agen = <module>.fetch(<arguments>)
        try:
            <block>
        finally:
            await agen.aclose()

    c��||_yrCr�r�s  rrYzaclosing.__init__}r�rc��"K�|jS�wrCr�rs rr8zaclosing.__aenter__s�����z�z����
c��TK�|jj��d{���y7��wrC)r�rur�s  rr;zaclosing.__aexit__�s�����j�j���!�!�!�s�(�&�(N)r.r/r0r1rYr8r;rrrrrks���"��"rrc�"�eZdZdZd�Zd�Zd�Zy)�_RedirectStreamNc� �||_g|_yrC)�_new_target�_old_targets)r�
new_targets  rrYz_RedirectStream.__init__�s��%�����rc���|jjtt|j��tt|j|j�|jSrC)r��appendrV�sys�_stream�setattrr�rs rrz_RedirectStream.__enter__�sC����� � ���d�l�l�!;�<���T�\�\�4�#3�#3�4����rc�j�tt|j|jj	��yrC)r�r�r�r��pop)r�exctype�excinst�exctbs    rr%z_RedirectStream.__exit__�s!����T�\�\�4�#4�#4�#8�#8�#:�;r)r.r/r0r�rYrr%rrrr�r��s���G��
 �
<rr�c��eZdZdZdZy)raAContext manager for temporarily redirecting stdout to another file.

        # How to send help() to stderr
        with redirect_stdout(sys.stderr):
            help(dir)

        # How to write help() to a file
        with open('help.txt', 'w') as f:
            with redirect_stdout(f):
                help(pow)
    �stdoutN�r.r/r0r1r�rrrrr�s��
��Grrc��eZdZdZdZy)rzCContext manager for temporarily redirecting stderr to another file.�stderrNr�rrrrr�s
��M��Grrc�"�eZdZdZd�Zd�Zd�Zy)ra?Context manager to suppress specified exceptions

    After the exception is suppressed, execution proceeds with the next
    statement following the with statement.

         with suppress(FileNotFoundError):
             os.remove(somefile)
         # Execution still resumes here if the file was already removed
    c��||_yrC)�_exceptions)r�
exceptionss  rrYzsuppress.__init__�s
��%��rc��yrCrrs rrzsuppress.__enter__����rc��|�yt||j�ryt|t�r#|j|j�\}}|�y|�y)NTF)�
issubclassr��BaseExceptionGroup�split)rr�r�r��match�rests      rr%zsuppress.__exit__�sR���?���g�t�/�/�0���g�1�2�!�-�-��(8�(8�9�K�E�4��|���J�rNr�rrrrr�s���&�
�rrc�\�eZdZdZed��Zed��Zd�Zd�Zd�Z	d�Z
d�Zd	�Zdd
�Z
y)
�_BaseExitStackz.A base class for ExitStack and AsyncExitStack.c��t||�SrC�r��cm�cm_exits  r�_create_exit_wrapperz#_BaseExitStack._create_exit_wrapper�����'�2�&�&rc��������fd�}|S)Nc�����i���yrCr�r"rn�tbrF�callbackrGs   ���r�
_exit_wrapperz8_BaseExitStack._create_cb_wrapper.<locals>._exit_wrapper�s����d�#�d�#rr�r�rFrGr�s``` r�_create_cb_wrapperz!_BaseExitStack._create_cb_wrapper�s���	$��rc�"�t�|_yrC)r�_exit_callbacksrs rrYz_BaseExitStack.__init__�s��$�w��rc�f�t|��}|j|_t�|_|S)z@Preserve the context stack by transferring it to a new instance.)rWr�r)r�	new_stacks  r�pop_allz_BaseExitStack.pop_all�s-���D��J�L�	�$(�$8�$8�	�!�$�w����rc��t|�}	|j}|j||�|S#t$r|j	|�Y|SwxYw)aRegisters a callback with the standard __exit__ method signature.

        Can suppress exceptions the same way __exit__ method can.
        Also accepts any object with an __exit__ method (registering a call
        to the method instead of the object itself).
        )rWr%�
_push_cm_exit�AttributeError�_push_exit_callback�r�exit�_cb_type�exit_methods    r�pushz_BaseExitStack.push�sZ����:��	2�"�+�+�K�

���t�[�1�����	+��$�$�T�*���	+�s�-�A�
Ac���t|�}	|j}|j}||�}|j||�|S#t$r(t	d|j
�d|j�d��d�wxYw)z�Enters the supplied context manager.

        If successful, also pushes its __exit__ method as a callback and
        returns the result of the __enter__ method.
        �'�.z6' object does not support the context manager protocolN)rWrr%r��	TypeErrorr/r0r��rr�r+�_enter�_exit�results      r�
enter_contextz_BaseExitStack.enter_context�s����2�h��	S��]�]�F��L�L�E��������2�u�%��
���	S��a����/�q��1A�1A�0B�CG�H�I�NR�
S�	S�s�A�1A2c�b�|j|g|��i|��}||_|j|�|S)z\Registers an arbitrary callback and arguments.

        Cannot suppress exceptions.
        )r��__wrapped__r��rr�rFrGr�s     rr�z_BaseExitStack.callbacks=��
0��/�/��H�4�H�4�H�
�%-�
�!�� � ��/��rc�L�|j||�}|j|d�y)z;Helper to correctly register callbacks to __exit__ methods.TN)r�r��rr�r�r�s    rr�z_BaseExitStack._push_cm_exits$���1�1�"�g�>�
�� � ���5rc�>�|jj||f�yrC)r�r�)rr��is_syncs   rr�z"_BaseExitStack._push_exit_callback$s�����#�#�W�h�$7�8rN)T)r.r/r0r1�staticmethodr�r�rYr�r�r�r�r�r�rrrr�r��sN��8��'��'�����
'���(�&�6�
9rr�c�"�eZdZdZd�Zd�Zd�Zy)ra�Context manager for dynamic management of a stack of exit callbacks.

    For example:
        with ExitStack() as stack:
            files = [stack.enter_context(open(fname)) for fname in filenames]
            # All opened files will automatically be closed at the end of
            # the with statement, even if attempts to open files later
            # in the list raise an exception.
    c��|SrCrrs rrzExitStack.__enter__4s���rc��
�|ddu}tj�d�
�
fd�}d}d}|jr:|jj�\}}|sJ�	||�rd}d}d}|jr�:|r	|dj}	|d�|xr|S#tj�}||d|d�d}|}Y�UxYw#t
$r	|d_�wxYw)Nr�c�L��	|j}|�||ury|�ur		||_y|}�#rC��__context__��new_exc�old_exc�exc_context�	frame_excs   �r�_fix_exception_contextz2ExitStack.__exit__.<locals>._fix_exception_context=�B����%�1�1���&�+��*@���)�+��#*�G��&��rFT�NNN�r�r�r�r�r�rj)r�exc_details�received_excr��suppressed_exc�
pending_raiser��cb�new_exc_details�	fixed_ctxr�s          @rr%zExitStack.__exit__7s���"�1�~�T�1���L�L�N�1�%�	�	*� ���
��"�"��.�.�2�2�4�K�G�R��N�7�

.��{�#�%)�N�$)�M�"4�K��"�"��
�(��N�6�6�	�!�!�n�$��.��.��
.�"%�,�,�.��&��q�'9�;�q�>�J� $�
�-���!�
�-6��A��*��
�s�B�2B:�)B7�:Cc�*�|jddd�y�z%Immediately unwind the context stack.N)r%rs rrezExitStack.closehs���
�
�d�D�$�'rN)r.r/r0r1rr%rerrrrr)s����//�b(rrc�Z�eZdZdZed��Zed��Zd�Zd�Zd�Z	d�Z
d�Zd	�Zd
�Z
y)ra�Async context manager for dynamic management of a stack of exit
    callbacks.

    For example:
        async with AsyncExitStack() as stack:
            connections = [await stack.enter_async_context(get_connection())
                for i in range(5)]
            # All opened connections will automatically be released at the
            # end of the async with statement, even if attempts to open a
            # connection later in the list raise an exception.
    c��t||�SrCr�r�s  r�_create_async_exit_wrapperz)AsyncExitStack._create_async_exit_wrapper{r�rc��������fd�}|S)Nc��2�K���i����d{���y7��wrCrr�s   ���rr�z>AsyncExitStack._create_async_cb_wrapper.<locals>._exit_wrapper�s������D�)�D�)�)�)�s���rr�s``` r�_create_async_cb_wrapperz'AsyncExitStack._create_async_cb_wrappers���	*��rc��K�t|�}	|j}|j}||��d{���}|j||�|S#t$r(t	d|j
�d|j�d��d�wxYw7�L�w)z�Enters the supplied async context manager.

        If successful, also pushes its __aexit__ method as a callback and
        returns the result of the __aenter__ method.
        r�r�zC' object does not support the asynchronous context manager protocolN)rWr8r;r�r�r/r0�_push_async_cm_exitr�s      r�enter_async_contextz"AsyncExitStack.enter_async_context�s������2�h��	'��^�^�F��M�M�E�
�b�z�!��� � ��U�+��
��
�	'��a����/�q��1A�1A�0B�CT�U��"&�
'�	'��"�s%�B�A�B�A?�B�1A<�<Bc��t|�}	|j}|j||�|S#t$r|j	|d�Y|SwxYw)a#Registers a coroutine function with the standard __aexit__ method
        signature.

        Can suppress exceptions the same way __aexit__ method can.
        Also accepts any object with an __aexit__ method (registering a call
        to the method instead of the object itself).
        F)rWr;r�r�r�r�s    r�push_async_exitzAsyncExitStack.push_async_exit�s\����:��	8�"�,�,�K�

�$�$�T�;�7�����	2��$�$�T�5�1���	2�s�-�A�Ac�d�|j|g|��i|��}||_|j|d�|S)zfRegisters an arbitrary coroutine function and arguments.

        Cannot suppress exceptions.
        F)r�r�r�r�s     r�push_async_callbackz"AsyncExitStack.push_async_callback�s?��
6��5�5�h�N��N��N�
�%-�
�!�� � ���6��rc��FK�|jddd��d{���y7��wr�)r;rs rruzAsyncExitStack.aclose�s�����n�n�T�4��.�.�.�s�!��!c�L�|j||�}|j|d�y)zLHelper to correctly register coroutine function to __aexit__
        method.FN)r�r�r�s    rr�z"AsyncExitStack._push_async_cm_exit�s&���7�7��G�D�
�� � ���6rc��K�|S�wrCrrs rr8zAsyncExitStack.__aenter__�s������r9c����K�|ddu}tj�d��fd�}d}d}|jrH|jj�\}}	|r||�}n
||��d{���}|rd}d}d}|jr�H|r	|dj}
|d�|xr|S7�6#tj�}	||	d|d�d}|	}Y�WxYw#t
$r
|d_�wxYw�w)Nrr�c�L��	|j}|�||ury|�ur		||_y|}�#rCr�r�s   �rr�z8AsyncExitStack.__aexit__.<locals>._fix_exception_context�r�rFTr�r�)rr�r�r�r�r�r�r��cb_suppressr�r�r�s           @rr;zAsyncExitStack.__aexit__�s�����"�1�~�T�1���L�L�N�1�%�	�	*� ���
��"�"��.�.�2�2�4�K�G�R�
.��"$�k�"2�K�(*�K�(8�"8�K��%)�N�$)�M�"4�K��"�"�$�
�(��N�6�6�	�!�!�n�$��.��.�+#9��
.�"%�,�,�.��&��q�'9�;�q�>�J� $�
�-���!�
�-6��A��*��
�sN�AC$�B�%B�&B�2C$�?C$�C�C$�B�)C	�C$�C!�!C$N)r.r/r0r1r�r�r�rrrrur�r8r;rrrrrnsR��
��'��'�����
�$�$�/�7��3/rrc�0�eZdZdZdd�Zd�Zd�Zd�Zd�Zy)	raOContext manager that does no additional processing.

    Used as a stand-in for a normal context manager, when a particular
    block of code is only sometimes used with a normal context manager:

    cm = optional_cm if condition else nullcontext()
    with cm:
        # Perform operation, using optional_cm if condition is True
    Nc��||_yrC��enter_result)rrs  rrYznullcontext.__init__s
��(��rc��|jSrCr
rs rrznullcontext.__enter__s��� � � rc��yrCr�r�excinfos  rr%znullcontext.__exit__
r�rc��"K�|jS�wrCr
rs rr8znullcontext.__aenter__
s����� � � �r�c��K�y�wrCrrs  rr;znullcontext.__aexit__s	�����r<rC)	r.r/r0r1rYrr%r8r;rrrrr�s ���)�!�
�!�
rrc�"�eZdZdZd�Zd�Zd�Zy)rzHNon thread-safe context manager to change the current working directory.c� �||_g|_yrC)�path�_old_cwd)rrs  rrYzchdir.__init__s����	���
rc��|jjtj��tj|j
�yrC)rr��os�getcwdrrrs rrzchdir.__enter__s*���
�
���R�Y�Y�[�)�
������rc�^�tj|jj��yrC)rrrr�rs  rr%zchdir.__exit__s��
������"�"�$�%rNr�rrrrrs��R���&rr)#r1r4rr�r'�collectionsr�	functoolsr�typesrr�__all__�ABCrr
�objectrrNrSr]rpr	rr
rr�rrrr�rrrrrrr�<module>r#s9��:�
�	�
����*����S�W�W��,�#�'�'��.�v��.
�F�
� ?�?�0G!� ���G!�RG(� ���G(�T�B�B�$��2"�*�"�4<�,�<�$
�o�
� �o��$�%�$�NQ9�Q9�jA(�� 6�A(�JH/�^�%@�H/�V
�(�*E�
�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!