Robot Framework Integrated Development Environment (RIDE)
robotide.lib.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 22 of file context.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 24 of file context.py.

Member Function Documentation

◆ __iter__()

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

Definition at line 39 of file context.py.

◆ current()

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

Definition at line 30 of file context.py.

◆ end_suite()

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

Definition at line 53 of file context.py.

◆ namespaces()

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

Definition at line 45 of file context.py.

◆ start_suite()

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

Definition at line 48 of file context.py.

◆ top()

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

Definition at line 36 of file context.py.

Member Data Documentation

◆ _contexts

robotide.lib.robot.running.context.ExecutionContexts._contexts
private

Definition at line 25 of file context.py.

Property Documentation

◆ current

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

Definition at line 28 of file context.py.

◆ namespaces

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

Definition at line 43 of file context.py.

◆ top

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

Definition at line 34 of file context.py.


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