Skip to main content

pyimplementation

Return string identifying the current Python implementation.

def pyimplementation() - > string

Return string identifying the current Python implementation.

Returns

TypeDescription
stringA string identifying the Python implementation, such as 'CPython', 'PyPy', or 'Jython', including version details where applicable.