Functions | |
def | py2to3 (cls) |
Deprecated since RF 5.0. More... | |
def | py3to2 (cls) |
Deprecated since RF 5.0. More... | |
def | read_rest_data (rstfile) |
Variables | |
__bool__ | |
__str__ | |
is_unicode = is_string | |
bool | PY2 = False |
bool | PY3 = True |
roundup = round | |
unic = safe_str | |
unicode = str | |
def robot.utils.py2to3 | ( | cls | ) |
Deprecated since RF 5.0.
Use Python 3 features directly instead.
Definition at line 104 of file __init__.py.
def robot.utils.py3to2 | ( | cls | ) |
Deprecated since RF 5.0.
Never done anything when used on Python 3.
Definition at line 113 of file __init__.py.
def robot.utils.read_rest_data | ( | rstfile | ) |
Definition at line 76 of file __init__.py.
|
private |
Definition at line 108 of file __init__.py.
|
private |
Definition at line 106 of file __init__.py.
robot.utils.is_unicode = is_string |
Definition at line 97 of file __init__.py.
bool robot.utils.PY2 = False |
Definition at line 96 of file __init__.py.
bool robot.utils.PY3 = True |
Definition at line 95 of file __init__.py.
robot.utils.roundup = round |
Definition at line 100 of file __init__.py.
robot.utils.unic = safe_str |
Definition at line 99 of file __init__.py.
robot.utils.unicode = str |
Definition at line 98 of file __init__.py.