7 sys.argv.append(
"--help")
9 from basf2
import _constwrapper
13 from ROOT
import PyConfig
14 PyConfig.IgnoreCommandLineOptions =
True
16 assert ROOT.kIsStatic == _constwrapper._ROOT_kIsStatic,
"kIsStatic has changed its value"
17 assert ROOT.kIsConstMethod == _constwrapper._ROOT_kIsConstMethod,
"kIsConstMethod has changed its value"