Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/python/yarl/yarl/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 411 B image not shown  

Quelle  _quoting_c.pyi   Sprache: unbekannt

 
class _Quoter:
    def __init__(
        self,
        *,
        safe: str = ...,
        protected: str = ...,
        qs: bool = ...,
        requote: bool = ...
    ) -> None: ...
    def __call__(self, val: str = ...) -> str: ...

class _Unquoter:
    def __init__(
        self, *, ignore: str = ..., unsafe: str = ..., qs: bool = ...
    ) -> None: ...
    def __call__(self, val: str = ...) -> str: ...

[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]