Home
last modified time | relevance | path

Searched refs:CONSTRUCTOR_STRICT_IS_DEPRECATED (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/sigil/Sigil-1.8.0/src/Resource_Files/plugin_launchers/python/sigil_bs4/builder/
H A D_htmlparser.py30 CONSTRUCTOR_STRICT_IS_DEPRECATED = major == 3 and minor == 3 variable
136 if CONSTRUCTOR_TAKES_STRICT and not CONSTRUCTOR_STRICT_IS_DEPRECATED:
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/bs4/builder/
H A D_htmlparser.py33 CONSTRUCTOR_STRICT_IS_DEPRECATED = major == 3 and minor == 3 variable
221 if CONSTRUCTOR_TAKES_STRICT and not CONSTRUCTOR_STRICT_IS_DEPRECATED:
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/bs4/builder/
H A D_htmlparser.py33 CONSTRUCTOR_STRICT_IS_DEPRECATED = major == 3 and minor == 3 variable
329 if CONSTRUCTOR_TAKES_STRICT and not CONSTRUCTOR_STRICT_IS_DEPRECATED:
/dports/www/py-beautifulsoup/beautifulsoup4-4.10.0/bs4/builder/
H A D_htmlparser.py33 CONSTRUCTOR_STRICT_IS_DEPRECATED = major == 3 and minor == 3 variable
329 if CONSTRUCTOR_TAKES_STRICT and not CONSTRUCTOR_STRICT_IS_DEPRECATED: