Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/buildbot/buildbot
/ warn_deprecated
Function
warn_deprecated
master/buildbot/warnings.py:36–39 ·
view source on GitHub ↗
(version, msg, stacklevel=2)
Source
from the content-addressed store, hash-verified
34
35
36
def
warn_deprecated(version, msg, stacklevel=2):
37
warnings.warn(
38
f
"[{version} and later] {msg}"
, category=DeprecatedApiWarning, stacklevel=stacklevel
39
)
Callers
15
compileEventPathPatterns
Method · 0.90
get
Method · 0.90
_scanModule
Method · 0.90
produceEvent
Method · 0.90
tear_down_test_build_step
Method · 0.90
setup_step
Method · 0.90
step
Method · 0.90
setup_test_reactor
Method · 0.90
__init__
Method · 0.90
__init__
Method · 0.90
__init__
Method · 0.90
__init__
Method · 0.90
Calls
no outgoing calls
Tested by
2
__getitem__
Method · 0.72
__getitem__
Method · 0.72