seq  2.0.0
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
test.test_b.Tpl Class Reference

Public Member Functions

def __init__ (self)
 
def a (self)
 
def b (self)
 
def c (self)
 
def d (self)
 

Static Public Member Functions

def create ()
 

Public Attributes

 flag
 
 acc_a
 
 acc_b
 

Constructor & Destructor Documentation

◆ __init__()

def test.test_b.Tpl.__init__ (   self)

Member Function Documentation

◆ a()

def test.test_b.Tpl.a (   self)
This cycle runs 3 times.
and sleeps every time, for at most 3(s).
Total time < 9
Total time saved in acc_a

◆ b()

def test.test_b.Tpl.b (   self)
This cycle runs 3 times.
and sleeps every time, for at most 3(s).
Total time < 9
Total time saved in acc_b

◆ c()

def test.test_b.Tpl.c (   self)
 Copies the acc_x attrs into the global context

◆ create()

def test.test_b.Tpl.create ( )
static

◆ d()

def test.test_b.Tpl.d (   self)

Member Data Documentation

◆ acc_a

test.test_b.Tpl.acc_a

◆ acc_b

test.test_b.Tpl.acc_b

◆ flag

test.test_b.Tpl.flag

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