MCPcopy Create free account
hub / github.com/bloomberg/pystack / ParsedPyVersion

Class ParsedPyVersion

src/pystack/_pystack/process.cpp:68–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66namespace { // unnamed
67
68struct ParsedPyVersion
69{
70 int major;
71 int minor;
72 int patch;
73 const char* release_level;
74 int serial;
75};
76
77std::ostream&
78operator<<(std::ostream& out, const ParsedPyVersion& version)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected