diff options
| author | Paul Sokolovsky | 2017-05-02 03:42:46 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2017-05-02 03:43:21 +0300 |
| commit | 8bb84cc627b933ff3eb9931a97197e459811fe36 (patch) | |
| tree | 495651d1ad93052ccaaee7566b6f0407de00869b /tests/cpydiff/core_function_instancevar.py | |
| parent | 58ecbc7752116be123598daec7c2be77d8681f8c (diff) | |
tests/cpydiff/core_function_userattr: Clarify, fill in cause and workaround.
Diffstat (limited to 'tests/cpydiff/core_function_instancevar.py')
| -rw-r--r-- | tests/cpydiff/core_function_instancevar.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/cpydiff/core_function_instancevar.py b/tests/cpydiff/core_function_instancevar.py deleted file mode 100644 index ab027b166..000000000 --- a/tests/cpydiff/core_function_instancevar.py +++ /dev/null @@ -1,11 +0,0 @@ -""" -categories: Core,Functions -description: Assign instance variable to function -cause: Unknown -workaround: Unknown -""" -def f(): - pass - -f.x = 0 -print(f.x) |
