o
    MeŽ  ã                   @   s$   d dl Z ddgZdd„ Zdd„ ZdS )é    NÚget_includeÚget_libc                  C   ó    ddl } tj tj | j¡d¡S )zø
    Get the directory containing the PaddlePaddle C++ header files.
    Returns:
      The directory as string.

    Examples:
        .. code-block:: python

            import paddle
            include_dir = paddle.sysconfig.get_include()

    r   NÚinclude©ÚpaddleÚosÚpathÚjoinÚdirnameÚ__file__©r   © r   ú@D:\Projects\ConvertPro\env\Lib\site-packages\paddle/sysconfig.pyr      ó   c                  C   r   )zê
    Get the directory containing the libpaddle_framework.
    Returns:
      The directory as string.

    Examples:
        .. code-block:: python

            import paddle
            include_dir = paddle.sysconfig.get_lib()

    r   NZlibsr   r   r   r   r   r   %   r   )r   Ú__all__r   r   r   r   r   r   Ú<module>   s   