是的,您可以使用
as关键字。
import my_module as some_other_namefrom suds.client import Client as Spam
正是出于这个目的。此处的文档对此进行了说明:
http://docs.python.org/reference/simple_stmts.html#import

是的,您可以使用
as关键字。
import my_module as some_other_namefrom suds.client import Client as Spam
正是出于这个目的。此处的文档对此进行了说明:
http://docs.python.org/reference/simple_stmts.html#import