mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
spelling: decorated
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -28,7 +28,7 @@ def f(): pass
|
||||
is equivalent to f = dec(x)(f)
|
||||
but in a context-insensitive context.
|
||||
Need a method:
|
||||
Object decoratored_function(Object decorator, Object undecorated);
|
||||
Object decorated_function(Object decorator, Object undecorated);
|
||||
But what is the decorator and what object is available as a result?
|
||||
Need to create an object for each decorator of a class or function.
|
||||
That should be the actual Object.
|
||||
|
||||
Reference in New Issue
Block a user