Searched refs:warn_deprecation (Results 1 – 6 of 6) sorted by relevance
/external/chromium-trace/catapult/third_party/WebOb/webob/ |
D | etag.py | 15 warn_deprecation, 39 warn_deprecation("weak_match is deprecated", '1.2', 3)
|
D | util.py | 48 def warn_deprecation(text, version, stacklevel): function
|
D | acceptparse.py | 17 warn_deprecation, 28 warn_deprecation("Use best_match instead", '1.2', 3)
|
D | descriptors.py | 25 warn_deprecation, 110 warn_deprecation('The attribute %s is deprecated: %s'
|
D | request.py | 81 from webob.util import warn_deprecation 285 warn_deprecation( 1166 warn_deprecation( 1193 warn_deprecation(
|
D | exc.py | 181 warn_deprecation,
|