Robot Framework
robot.reporting.expandkeywordmatcher.ExpandKeywordMatcher Class Reference

Public Member Functions

def __init__ (self, expand_keywords)
 
def match (self, kw)
 

Public Attributes

 matched_ids
 

Private Attributes

 _match_name
 
 _match_tags
 

Detailed Description

Definition at line 19 of file expandkeywordmatcher.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.reporting.expandkeywordmatcher.ExpandKeywordMatcher.__init__ (   self,
  expand_keywords 
)

Definition at line 21 of file expandkeywordmatcher.py.

Member Function Documentation

◆ match()

def robot.reporting.expandkeywordmatcher.ExpandKeywordMatcher.match (   self,
  kw 
)

Definition at line 32 of file expandkeywordmatcher.py.

Member Data Documentation

◆ _match_name

robot.reporting.expandkeywordmatcher.ExpandKeywordMatcher._match_name
private

Definition at line 29 of file expandkeywordmatcher.py.

◆ _match_tags

robot.reporting.expandkeywordmatcher.ExpandKeywordMatcher._match_tags
private

Definition at line 30 of file expandkeywordmatcher.py.

◆ matched_ids

robot.reporting.expandkeywordmatcher.ExpandKeywordMatcher.matched_ids

Definition at line 22 of file expandkeywordmatcher.py.


The documentation for this class was generated from the following file: