| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/lib/python3/dist-packages/html5lib-stubs/ |
Upload File : |
from _typeshed import Incomplete
from typing import Any
baseChar: str
ideographic: str
combiningCharacter: str
digit: str
extender: str
letter: Any
name: Any
nameFirst: Any
reChar: Any
reCharRange: Any
def charStringToList(chars): ...
def normaliseCharList(charList): ...
max_unicode: Any
def missingRanges(charList): ...
def listToRegexpStr(charList): ...
def hexToInt(hex_str): ...
def escapeRegexp(string): ...
nonXmlNameBMPRegexp: Any
nonXmlNameFirstBMPRegexp: Any
nonPubidCharRegexp: Any
class InfosetFilter:
replacementRegexp: Any
dropXmlnsLocalName: Any
dropXmlnsAttrNs: Any
preventDoubleDashComments: Any
preventDashAtCommentEnd: Any
replaceFormFeedCharacters: Any
preventSingleQuotePubid: Any
replaceCache: Any
def __init__(
self,
dropXmlnsLocalName: bool = False,
dropXmlnsAttrNs: bool = False,
preventDoubleDashComments: bool = False,
preventDashAtCommentEnd: bool = False,
replaceFormFeedCharacters: bool = True,
preventSingleQuotePubid: bool = False,
) -> None: ...
def coerceAttribute(self, name, namespace: Incomplete | None = None): ...
def coerceElement(self, name): ...
def coerceComment(self, data): ...
def coerceCharacters(self, data): ...
def coercePubid(self, data): ...
def toXmlName(self, name): ...
def getReplacementCharacter(self, char): ...
def fromXmlName(self, name): ...
def escapeChar(self, char): ...
def unescapeChar(self, charcode): ...