Robot Framework
robot.libdocpkg.standardtypes Namespace Reference

Variables

dictionary STANDARD_TYPE_DOCS
 

Variable Documentation

◆ STANDARD_TYPE_DOCS

dictionary robot.libdocpkg.standardtypes.STANDARD_TYPE_DOCS
Initial value:
1 = {
2  bool: ,
3  int: ,
4  float: ,
5  Decimal: ,
6  str: 'All arguments are converted to Unicode strings.',
7  bytes: ,
8  bytearray: 'Set below to same value as `bytes`.',
9  datetime: ,
10  date: ,
11  timedelta: ,
12  Path: ,
13  type(None): ,
14  list: ,
15  tuple: ,
16  dict: ,
17  set: ,
18  frozenset:
19 }

Definition at line 21 of file standardtypes.py.