|
| def | _format_link (self, text) |
| |
| def | _format_url (self, text, format_as_image=True) |
| |
| def | _get_image (self, src, title=None) |
| |
| def | _get_link (self, href, content=None) |
| |
| def | _is_image (self, text) |
| |
| def | _quot (self, attr) |
| |
| def | _replace_url (self, format_as_image, match) |
| |
Definition at line 21 of file htmlformatters.py.
◆ _format_link()
| def robot.utils.htmlformatters.LinkFormatter._format_link |
( |
|
self, |
|
|
|
text |
|
) |
| |
|
private |
◆ _format_url()
| def robot.utils.htmlformatters.LinkFormatter._format_url |
( |
|
self, |
|
|
|
text, |
|
|
|
format_as_image = True |
|
) |
| |
|
private |
◆ _get_image()
| def robot.utils.htmlformatters.LinkFormatter._get_image |
( |
|
self, |
|
|
|
src, |
|
|
|
title = None |
|
) |
| |
|
private |
◆ _get_link()
| def robot.utils.htmlformatters.LinkFormatter._get_link |
( |
|
self, |
|
|
|
href, |
|
|
|
content = None |
|
) |
| |
|
private |
◆ _is_image()
| def robot.utils.htmlformatters.LinkFormatter._is_image |
( |
|
self, |
|
|
|
text |
|
) |
| |
|
private |
◆ _quot()
| def robot.utils.htmlformatters.LinkFormatter._quot |
( |
|
self, |
|
|
|
attr |
|
) |
| |
|
private |
◆ _replace_url()
| def robot.utils.htmlformatters.LinkFormatter._replace_url |
( |
|
self, |
|
|
|
format_as_image, |
|
|
|
match |
|
) |
| |
|
private |
◆ format_link()
| def robot.utils.htmlformatters.LinkFormatter.format_link |
( |
|
self, |
|
|
|
text |
|
) |
| |
◆ format_url()
| def robot.utils.htmlformatters.LinkFormatter.format_url |
( |
|
self, |
|
|
|
text |
|
) |
| |
◆ _image_exts
| robot.utils.htmlformatters.LinkFormatter._image_exts |
|
staticprivate |
◆ _link
| robot.utils.htmlformatters.LinkFormatter._link |
|
staticprivate |
◆ _url
| robot.utils.htmlformatters.LinkFormatter._url |
|
staticprivate |
The documentation for this class was generated from the following file: