|
def | __init__ (self) |
|
def | a (self) |
|
def | b (self) |
|
def | c (self) |
|
def | d (self) |
|
◆ __init__()
def test.test_b.Tpl.__init__ |
( |
|
self | ) |
|
◆ 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 | ) |
|
◆ acc_a
◆ acc_b
◆ flag
The documentation for this class was generated from the following file: