2.2. vacumm – Base¶
2.2.1. Overview¶
| Attributes: |
|
|||
|---|---|---|---|---|
| Functions: | ||||
| Classes: |
2.2.2. Content¶
-
exception
VACUMMDepWarning[source]¶ Bases:
exceptions.DeprecationWarning,vacumm.VACUMMWarningDeprecation VACUMM warning
-
args¶
-
message¶
-
-
exception
VACUMMError[source]¶ Bases:
exceptions.ExceptionStandard VACUMM error (exception)
-
args¶
-
message¶
-
-
exception
VACUMMWarning[source]¶ Bases:
exceptions.UserWarningStandard VACUMM warning
-
args¶
-
message¶
-
-
help(text=None, recent=False)[source]¶ Open VACUMM website in a web browser and optionally search for a string
Params: - text, optional: String to search for.
- recent, optional: Use the most recent version of the documentation.
-
vacumm_dep_warn(message, stacklevel=2)[source]¶ Issue a
VACUMMDepWarning
-
vacumm_dep_warning(message, stacklevel=2)¶ Issue a
VACUMMDepWarning
-
vacumm_warn(message, stacklevel=2)[source]¶ Issue a
VACUMMWarning
-
vacumm_warning(message, stacklevel=2)¶ Issue a
VACUMMWarning
-
vcdwarn(message, stacklevel=2)¶ Issue a
VACUMMDepWarning
-
vcwarn(message, stacklevel=2)¶ Issue a
VACUMMWarning