Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Functions
bs4._deprecation Namespace Reference

Functions

 _deprecated_alias (str old_name, str new_name, str version)
 
Callable[[Any], Any] _deprecated_function_alias (str old_name, str new_name, str version)
 
Callable _deprecated (str replaced_by, str version)
 

Detailed Description

Helper functions for deprecation.

This interface is itself unstable and may change without warning. Do
not use these functions yourself, even as a joke. The underscores are
there for a reason. No support will be given.

In particular, most of this will go away without warning once
Beautiful Soup drops support for Python 3.11, since Python 3.12
defines a `@typing.deprecated()
decorator. <https://peps.python.org/pep-0702/>`_

Function Documentation

◆ _deprecated_alias()

bs4._deprecation._deprecated_alias ( str  old_name,
str  new_name,
str  version 
)
protected
Alias one attribute name to another for backward compatibility

:meta private: