module documentation

Stuff for Python version compatibility.

Unknown Field: copyright
Copyright 2007-2022 by the Sphinx team, see AUTHORS.
Unknown Field: license
BSD, see LICENSE for details.
Function convert​_with​_2to3 Undocumented
Function execfile​_ Undocumented
def convert_with_2to3(filepath):

Undocumented

Parameters
filepath:strUndocumented
Returns
strUndocumented
def execfile_(filepath, _globals, open=open):

Undocumented

Parameters
filepath:strUndocumented
​_globals:AnyUndocumented
open:CallableUndocumented