MCPcopy Index your code
hub / github.com/commitizen-tools/commitizen / Pep440

Class Pep440

commitizen/version_schemes.py:288–293  ·  view source on GitHub ↗

PEP 440 Version Scheme See: https://peps.python.org/pep-0440/

Source from the content-addressed store, hash-verified

286
287
288class Pep440(BaseVersion):
289 """
290 PEP 440 Version Scheme
291
292 See: https://peps.python.org/pep-0440/
293 """
294
295
296class SemVer(BaseVersion):

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…