Skip to content
Snippets Groups Projects
Commit 502a50a8 authored by Ralf Mueller's avatar Ralf Mueller
Browse files

Remove old comments

parent 291a7c04
No related branches found
No related tags found
No related merge requests found
......@@ -23,13 +23,6 @@ class Cdo(object):
self.operators = self.getOperators()
def __getattr__(self, method_name):
"""
This is called every time a class method or property
is checked and/or called.
In here we'll return a new function to handle what we
want to do.
"""
def get(self, *args,**kwargs):
operator = [method_name]
if args.__len__() != 0:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment