Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ is_stable
Function
is_stable
docs/source/conf.py:77–81 ·
view source on GitHub ↗
(extra)
Source
from the content-addressed store, hash-verified
75
rst_prolog =
''
76
77
def
is_stable(extra):
78
for
ext in {
'dev'
,
'b'
,
'rc'
}:
79
if
ext in extra:
80
return
False
81
return
True
82
83
if
is_stable(iprelease[
'_version_extra'
]):
84
tags.add(
'ipystable'
)
Callers
1
conf.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected