
    -e                        d Z ddlmZ ddlZ ej        e          ZddlmZ ddl	m
Z
mZ ddlmZ d	Z G d
 de          ZdS )z

    )annotationsN   )HasProps)InstanceNullable   )	UIElement)Examinerc                  P     e Zd ZdZd fdZ e ee          d          Z xZ	S )r
   zE A diagnostic tool for examining documents, models, properties, etc. returnNonec                :     t                      j        |i | d S )N)super__init__)selfargskwargs	__class__s      8lib/python3.11/site-packages/bokeh/models/ui/examiner.pyr   zExaminer.__init__0   s%    $)&)))))    z
    The model and its references to inspect. If not specified, then all models
    in the document the inpector model belongs to will be inspected.
    )help)r   r   )
__name__
__module____qualname____doc__r   r   r   r   target__classcell__)r   s   @r   r
   r
   ,   s`        OO* * * * * * Xhhx(( 0 	 	 	FFFFFr   r
   )r   
__future__r   logging	getLoggerr   logcore.has_propsr   core.propertiesr   r   
ui_elementr	   __all__r
    r   r   <module>r'      s     # " " " " " g!! ' & & & & & 1 1 1 1 1 1 1 1 ! ! ! ! ! !
	 
	 
	 
	 
	y 
	 
	 
	 
	 
	r   