
    Wh                    b    d dl mZ d dlmZ d dlmZ d dlmZ erd dlm	Z	  G d deed         Z
y	)
    )annotations)TYPE_CHECKING)CatNamespace)PandasLikeSeriesNamespace)PandasLikeSeriesc                      e Zd ZddZy)PandasLikeSeriesCatNamespacec                    | j                   }| j                   t        |      |j                  j                  |j
                              S )N)name)nativewith_nativetypecat
categoriesr   )selfss     Z/var/www/html/jupyter_env/lib/python3.12/site-packages/narwhals/_pandas_like/series_cat.pyget_categoriesz+PandasLikeSeriesCatNamespace.get_categories   s7    KKQ(8(8qvv FGG    N)returnr   )__name__
__module____qualname__r    r   r   r	   r	      s    Hr   r	   r   N)
__future__r   typingr   !narwhals._compliant.any_namespacer   narwhals._pandas_like.utilsr   narwhals._pandas_like.seriesr   r	   r   r   r   <module>r       s.    "   : A=H|,>?Hr   