Package pypower :: Package t :: Module t_globals :: Class TestGlobals
[hide private]
[frames] | no frames]

Class TestGlobals

source code

object --+
         |
        TestGlobals

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  t_quiet = False
  t_num_of_tests = 0
  t_counter = 0
  t_ok_cnt = 0
  t_not_ok_cnt = 0
  t_skip_cnt = 0
  t_clock = 0.0
Properties [hide private]

Inherited from object: __class__