##// END OF EJS Templates
extensions: improve language for wrapfunction() docstring.
Dan Villiom Podlaski Christiansen -
r11520:94b3bbc8 stable
parent child Browse files
Show More
@@ -138,8 +138,8 b' def wrapcommand(table, command, wrapper)'
138 def wrapfunction(container, funcname, wrapper):
138 def wrapfunction(container, funcname, wrapper):
139 '''Wrap the function named funcname in container
139 '''Wrap the function named funcname in container
140
140
141 It is replacing with your wrapper. The container is typically a
141 Replace the funcname member in the given container with the specified
142 module, class, or instance.
142 wrapper. The container is typically a module, class, or instance.
143
143
144 The wrapper will be called like
144 The wrapper will be called like
145
145
General Comments 0
You need to be logged in to leave comments. Login now