deprecation¶
-
dolfin.cpp.common.deprecation(feature: 'std::string', version_deprecated: 'std::string', message: 'std::string') → 'void'¶ Issue deprecation warning for removed feature
- Arguments
- feature (str)
- Name of the feature that has been removed.
- version_deprecated (str)
- Version number of the release in which the feature is deprecated.
- message (str)
- A format string explaining the deprecation.