Robot Framework
robot.running.context.ExecutionContexts Class Reference

Public Member Functions

def __init__ (self)
 
def __iter__ (self)
 
def end_suite (self)
 
def start_suite (self, suite, namespace, output, dry_run=False)
 

Properties

 current = property
 
 namespaces = property
 
 top = property
 

Private Member Functions

def current (self)
 
def namespaces (self)
 
def top (self)
 

Private Attributes

 _contexts
 

Detailed Description

Definition at line 21 of file context.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.running.context.ExecutionContexts.__init__ (   self)

Definition at line 23 of file context.py.

Member Function Documentation

◆ __iter__()

def robot.running.context.ExecutionContexts.__iter__ (   self)

Definition at line 38 of file context.py.

◆ current()

def robot.running.context.ExecutionContexts.current (   self)
private

Definition at line 29 of file context.py.

◆ end_suite()

def robot.running.context.ExecutionContexts.end_suite (   self)

Definition at line 52 of file context.py.

◆ namespaces()

def robot.running.context.ExecutionContexts.namespaces (   self)
private

Definition at line 44 of file context.py.

◆ start_suite()

def robot.running.context.ExecutionContexts.start_suite (   self,
  suite,
  namespace,
  output,
  dry_run = False 
)

Definition at line 47 of file context.py.

◆ top()

def robot.running.context.ExecutionContexts.top (   self)
private

Definition at line 35 of file context.py.

Member Data Documentation

◆ _contexts

robot.running.context.ExecutionContexts._contexts
private

Definition at line 24 of file context.py.

Property Documentation

◆ current

robot.running.context.ExecutionContexts.current = property
static

Definition at line 27 of file context.py.

◆ namespaces

robot.running.context.ExecutionContexts.namespaces = property
static

Definition at line 42 of file context.py.

◆ top

robot.running.context.ExecutionContexts.top = property
static

Definition at line 33 of file context.py.


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