Robot Framework
libdoc_data.py File Reference

Go to the source code of this file.

Classes

class  libdoc_data.date2
 
class  libdoc_data.Direction
 Move direction. More...
 
class  libdoc_data.Point
 Pointless point. More...
 

Namespaces

 libdoc_data
 

Functions

def libdoc_data.hr ()
 
def libdoc_data.images ()
 https://github.com/robotframework/visual-identity/raw/master/logo/robot-framework.svg More...
 
def libdoc_data.int10 (int i)
 
def libdoc_data.links ()
 
def libdoc_data.lists (*list)
 
def libdoc_data.multiple_paragraphs (one, two, three='default')
 Hello, world! More...
 
def libdoc_data.non_ascii (ärg='ööööö')
 Älsö döc häs nön-äscïï stüff. More...
 
def libdoc_data.one_paragraph (one)
 Hello, world! More...
 
def libdoc_data.parse_date (str value)
 Date in format dd.mm.yyyy. More...
 
def libdoc_data.preformatted ()
 | First block | has two lines More...
 
def libdoc_data.special_chars ()
 Also doc has ½!"#¤%&/()=?<|>+-_. More...
 
def libdoc_data.tables_alone ()
 | a | b | c | | 1st | table | here | More...
 
def libdoc_data.type_aliases (date a, date2 b)
 
def libdoc_data.type_hints (int a, Direction b, Point c, date d, bool e=True, Union[int, date] f=None)
 We use integer, date, Direction, and many other types. More...
 
def libdoc_data.zzz_long_documentation ()
 Last keyword has a bit longer documentation to make sure page moves when testing linking to keywords. More...
 

Variables

def libdoc_data.int1 = int10
 
dictionary libdoc_data.ROBOT_LIBRARY_CONVERTERS = {date: parse_date}