+
    }c  c                   s    ^ RI t ^ RItRR/tRtRR/tRtRR/tRt] P                  P                  R4      t
]
^ ,          tA
R tR tR tR	 tR# )
i    NZOpenVMSZvms_connectZunix_connectZ-c                 sF    \         P                  ! R V ,           \        4      # )z..)	importlibZimport_moduleZ__name__)modnames   &9/usr/lib/python3.14/site-packages/Xlib/support/connect.py_relative_importr   6   s    ""4'>8<<    c                sv    \         P                  \        \        4      p\	        V4      pVP                  V 4      # )a  dname, protocol, 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)
  PROTOCOL -- the protocol to use (None if automatic)
  HOST     -- the host name (string, possibly empty)
  DNO      -- display number (integer)
  SCREEN   -- default screen number (integer)
)_display_modsgetplatform_default_display_modr   get_display)Zdisplayr   mods   &  r   r	   r	   :   s0     *>?G
7
#C??7##r   c                sx    \         P                  \        \        4      p\	        V4      pVP                  WW#4      # )zsocket = get_socket(dname, protocol, host, dno)

Connect to the display specified by DNAME, PROTOCOL, 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.
)_socket_modsr   r   _default_socket_modr   
get_socket)dnameprotocolhostdnor   r
   s   &&&&  r   r   r   L   s2     x)<=G
7
#C>>%455r   c                sz    \         P                  \        \        4      p\	        V4      pVP                  WW#V4      # )a  auth_name, auth_data = get_auth(sock, dname, protocol, host, dno)

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

Return AUTH_NAME and AUTH_DATA, two strings to be used in the
connection setup request.
)
_auth_modsr   r   _default_auth_modr   get_auth)Zsockr   r   r   r   r   r
   s   &&&&&  r   r   r   Z   s2     nnX'89G
7
#C<<XS99r   )Zsysr    r   r   r   r   r   r   r   ZsplitZ_partsr   r	   r   r   ) r   r   <module>r      s   ,  
 } &  } %  }
 #  
		C	 !9
=$$6:r   