MCPcopy 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

75rst_prolog = ''
76
77def is_stable(extra):
78 for ext in {'dev', 'b', 'rc'}:
79 if ext in extra:
80 return False
81 return True
82
83if is_stable(iprelease['_version_extra']):
84 tags.add('ipystable')

Callers 1

conf.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected