
    hJ                        S r SSKJr  SSKJr  SSKJrJr  SSKJ	r	  SSK
Jr  SSKJrJrJr     S
         SS	 jjrg)zdExperimental module exposing a function to generate a core schema that validates callable arguments.    )annotations)Callable)AnyLiteral)
CoreSchema)
ConfigDict)_config_generate_schema_namespace_utilsNc                   [         R                  " [        R                  " U5      [        R
                  " [        R                  " U 5      S9S9nUS:X  a  UR                  X5      nOUR                  X5      nUR                  U5      $ )aw  Generate the schema for the arguments of a function.

Args:
    func: The function to generate the schema for.
    schema_type: The type of schema to generate.
    parameters_callback: A callable that will be invoked for each parameter. The callback
        should take three required arguments: the index, the name and the type annotation
        (or [`Parameter.empty`][inspect.Parameter.empty] if not annotated) of the parameter.
        The callback can optionally return `'skip'`, so that the parameter gets excluded
        from the resulting schema.
    config: The configuration to use.

Returns:
    The generated schema.
)namespaces_tuple)ns_resolver	arguments)
r
   GenerateSchemar	   ConfigWrapperr   
NsResolverns_for_function_arguments_schema_arguments_v3_schemaclean_schema)funcschema_typeparameters_callbackconfiggenerate_schemaschemas         X/var/www/html/env/lib/python3.13/site-packages/pydantic/experimental/arguments_schema.pygenerate_arguments_schemar      sx    * '55f%$//AQAaAabfAghO
 k! 224M 55dP''//    )zarguments-v3NN)
r   zCallable[..., Any]r   z$Literal['arguments', 'arguments-v3']r   z8Callable[[int, str, Any], Literal['skip'] | None] | Noner   zConfigDict | Nonereturnr   )__doc__
__future__r   collections.abcr   typingr   r   pydantic_corer   pydanticr   pydantic._internalr	   r
   r   r    r   r   <module>r)      s]    j " $  $  J J
 9GTX $	0
050 R0 	0
 0r   