Commit fa5a001d authored by Charles-François Natali's avatar Charles-François Natali

Merge.

parents b1adb941 ce9676aa
...@@ -1656,9 +1656,9 @@ created by the compiler if any methods in a class body refer to either ...@@ -1656,9 +1656,9 @@ created by the compiler if any methods in a class body refer to either
lexical scoping, while the class or instance that was used to make the lexical scoping, while the class or instance that was used to make the
current call is identified based on the first argument passed to the method. current call is identified based on the first argument passed to the method.
After the class object is created, any class decorators included in the After the class object is created, it is passed to the class decorators
function definition are invoked and the resulting object is bound in the included in the class definition (if any) and the resulting object is bound
local namespace to the name of the class. in the local namespace as the defined class.
.. seealso:: .. seealso::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment