diff options
| author | sylvain thenault <sylvain.thenault@logilab.fr> | 2009-03-24 09:49:11 +0100 |
|---|---|---|
| committer | sylvain thenault <sylvain.thenault@logilab.fr> | 2009-03-24 09:49:11 +0100 |
| commit | 8b90c93a3c8af7f5b73c2017c283433e60ecd5c9 (patch) | |
| tree | 796e053d48291d1b6ba70763b1a9383e05123c05 /protocols.py | |
| parent | ac5185737d33b7b7f9810712fcef8d7a3f310e62 (diff) | |
| download | astroid-8b90c93a3c8af7f5b73c2017c283433e60ecd5c9.tar.gz | |
dont monkey patch base Node class
Diffstat (limited to 'protocols.py')
| -rw-r--r-- | protocols.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols.py b/protocols.py index 070b006..8385c66 100644 --- a/protocols.py +++ b/protocols.py @@ -333,10 +333,6 @@ nodes.With.ass_type = end_ass_type # callable protocol ########################################################### -def callable_default(self): - return False -nodes.Node.callable = callable_default - def callable_true(self): return True |
