__init__.py

来自「xen 3.2.2 源码」· Python 代码 · 共 27 行

PY
27
字号
## Copyright (C) International Business Machines Corp., 2005# Author: Dan Smith <danms@us.ibm.com>#from Console import *from Test import *from Xm import *from XenDomain import *from config import *from XenDevice import *from NetConfig import *# Give this test a clean slatedestroyAllDomUs()if os.environ.get("TEST_VERBOSE"):    verbose = Trueelse:    verbose = Falseif verbose:    timeStamp()# We need to track network configuration, like ips, etc.xmtest_netconf = NetConfig()

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?