File: //opt/alt/python311/lib/python3.11/site-packages/rich/__pycache__/_inspect.cpython-311.pyc
�
�;f�% � �j � d dl mZ d dlZd dlmZmZmZmZmZmZ d dl m
Z
mZmZm
Z
mZmZmZ ddlmZmZ ddlmZ ddlmZ dd lmZ dd
lmZ ddlmZ ddlmZ dd
l m!Z!m"Z" de#de#fd�Z$ G d� de� � Z%dee&ee
f dee'df fd�Z(de&dee# fd�Z)de&dee# de*fd�Z+dS )� )�absolute_importN)�cleandoc�getdoc�getfile�isclass�ismodule� signature)�Any�
Collection�Iterable�Optional�Tuple�Type�Union� )�Group�RenderableType)�escape_control_codes)�ReprHighlighter)�JupyterMixin)�Panel)�Pretty)�Table)�Text�TextType�doc�returnc �8 � | � d� � \ }}}|S )z)Get the first paragraph from a docstring.z
)� partition)r � paragraph�_s �@/opt/alt/python311/lib/python3.11/site-packages/rich/_inspect.py�_first_paragraphr# s � ��m�m�F�+�+�O�I�q�!��� c �� � e Zd ZdZdddddddddd� dedee ded ed
ededed
edededdfd�Zdede fd�Z
defd�Zde
dedee fd�Zdee fd�Zdedee
fd�ZdS )�Inspecta� A renderable to inspect any Python Object.
Args:
obj (Any): An object to inspect.
title (str, optional): Title to display over inspect result, or None use type. Defaults to None.
help (bool, optional): Show full help text rather than just first paragraph. Defaults to False.
methods (bool, optional): Enable inspection of callables. Defaults to False.
docs (bool, optional): Also render doc strings. Defaults to True.
private (bool, optional): Show private attributes (beginning with underscore). Defaults to False.
dunder (bool, optional): Show attributes starting with double underscore. Defaults to False.
sort (bool, optional): Sort attributes alphabetically. Defaults to True.
all (bool, optional): Show all attributes. Defaults to False.
value (bool, optional): Pretty print value of object. Defaults to True.
NFT) �title�help�methods�docs�private�dunder�sort�all�value�objr'