示例#1
0
文件: SMI.py 项目: pruan/TestDepot
	def is_imported(self, module, name):
		return _libsmi.smiIsImported(self, module, str(name))
示例#2
0
def smiIsImported(*args) -> "int" :
  return _libsmi.smiIsImported(*args)
示例#3
0
文件: SMI.py 项目: wildone/pycopia
 def is_imported(self, module, name):
     return _libsmi.smiIsImported(self, module, str(name))
示例#4
0
def smiIsImported(*args) -> "int":
    return _libsmi.smiIsImported(*args)