
    gR
                         d dl Z ddiZdZddiZdZddiZdZe j                            d          d          Zd Z	d Z
d ZdS )	    NOpenVMSvms_connectunix_connect-c                     t                               t          t                    }t	          |t                      d          }|                    |           S )af  dname, host, dno, screen = get_display(display)

    Parse DISPLAY into its components.  If DISPLAY is None, use
    the default display.  The return values are:

      DNAME  -- the full display name (string)
      HOST   -- the host name (string, possibly empty)
      DNO    -- display number (integer)
      SCREEN -- default screen number (integer)
       level)_display_modsgetplatform_default_display_mod
__import__globalsget_display)displaymodnamemods      W/var/www/api.educacionweb.es/myenv/lib/python3.11/site-packages/Xlib/support/connect.pyr   r   0   sD     *>??G
Wgiia
0
0
0C??7###    c                     t                               t          t                    }t	          |t                      d          }|                    | ||          S )zsocket = get_socket(dname, host, dno)

    Connect to the display specified by DNAME, HOST and DNO, which
    are the corresponding values from a previous call to get_display().

    Return SOCKET, a new socket object connected to the X server.
    r   r	   )_socket_modsr   r   _default_socket_modr   r   
get_socket)dnamehostdnor   r   s        r   r   r   A   sH     x)<==G
Wgiia
0
0
0C>>%s+++r   c                     t                               t          t                    }t	          |t                      d          }|                    | |||          S )a  auth_name, auth_data = get_auth(sock, dname, host, dno)

    Return authentication data for the display on the other side of
    SOCK, which was opened with DNAME, HOST and DNO.

    Return AUTH_NAME and AUTH_DATA, two strings to be used in the
    connection setup request.
    r   r	   )
_auth_modsr   r   _default_auth_modr   r   get_auth)sockr   r   r   r   r   s         r   r!   r!   O   sH     nnX'899G
Wgiia
0
0
0C<<eT3///r   )sysr   r   r   r   r   r    r   splitr   r   r!    r   r   <module>r&      s   & 



 } &  } %  }
 #  <c""1%$ $ $", , ,0 0 0 0 0r   