Python Scopes and Name Spaces 作用域和命名空间
Scopes can be given any name, but "session" and "request" are provided out of the box for use in web applications.
作用域可以指定成任何名字,但在Web应用程序中提供“session”和“request”便于使用。
The namespace URI that scopes the method name in SOAP is functionally equivalent to the interface ID that scopes a method name in DCOM or CORBA.
在SOAP中检查方法名称的名称空间uri与在DCOM或CORBA中检查方法名称的接口id在功能上是相同的。
Note that variables of different scopes with the same name are not the same variable.
请注意具有相同名称的不同scope变量并不是相同的变量。
应用推荐