MCPcopy
hub / github.com/pyload/pyload / depr

Function depr

module/lib/bottle.py:128–129  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

126
127# Backward compatibility
128def depr(message):
129 warnings.warn(message, DeprecationWarning, stacklevel=3)
130
131
132# Small helpers

Callers 11

__call__Method · 0.85
_contextMethod · 0.85
mountMethod · 0.85
handleMethod · 0.85
_castMethod · 0.85
COOKIESMethod · 0.85
_get_statusMethod · 0.85
wsgiheaderMethod · 0.85
COOKIESMethod · 0.85
applyMethod · 0.85
validateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected