DeprecationWarningFilter

class openff.bespokefit.utilities.logging.DeprecationWarningFilter(name='')[source]

Bases: Filter

Methods

__init__([name])

Initialize a filter.

filter(record)

__init__(name='')

Initialize a filter.

Initialize with the name of the logger which, together with its children, will have its events allowed through the filter. If no name is specified, allow every event.

filter(record)[source]
filter(record)[source]