| Server IP : 202.61.199.114 / Your IP : 216.73.217.139 Web Server : nginx/1.22.1 System : Linux de.arni-solutions.de 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : web20 ( 1018) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /tmp/calpy/cssselect2/__pycache__/ |
Upload File : |
�
ϥ=j�I � � � d dl Z d dlmZ d dlmZ d dlmZ ddlmZ ddlm Z e j
d� � j Zdd �Z
G d
� d� � Zd� Zd
� ZdS )� N)�urlparse)� parse_nth)�ascii_lower� )�parser)�
SelectorErrorz [^
]+c �@ � d� t j | |� � D � � S )a� Compile a (comma-separated) list of selectors.
:param input:
A string, or an iterable of tinycss2 component values such as
the :attr:`tinycss2.ast.QualifiedRule.prelude` of a style rule.
:param namespaces:
A optional dictionary of all `namespace prefix declarations
<http://www.w3.org/TR/selectors/#nsdecl>`_ in scope for this selector.
Keys are namespace prefixes as strings, or ``None`` for the default
namespace.
Values are namespace URLs as strings.
If omitted, assume that no prefix is declared.
:returns:
A list of opaque :class:`compiler.CompiledSelector` objects.
c �, � g | ]}t |� � ��S � )�CompiledSelector��.0�selectors �F/tmp/claude-1015/pip-target-jmvfl800/lib/python/cssselect2/compiler.py�
<listcomp>z)compile_selector_list.<locals>.<listcomp> s! � �W�W�W�8��X�&�&�W�W�W� )r �parse)�input�
namespacess r �compile_selector_listr s% � �"