Module ogr.deprecation
Functions
def deprecate_and_set_removal(since: str, remove_in: str, message: str)
-
Decorator for deprecating functions in ogr.
Args
since
- Indicates a version since which is attribute deprecated.
remove_in
- Indicates a version in which the attribute will be removed.
message
- Message to be included with deprecation.
Returns
Decorator.