#インポートしているモジュール名を表示 import os,arcpy a = dir() for module in a: if not "__" in module and not u"pyscripter" in module: print module
記事
目次
記事
#インポートしているモジュール名を表示 import os,arcpy a = dir() for module in a: if not "__" in module and not u"pyscripter" in module: print module