acutesoftware / AIKIF

Artificial Intelligence Knowledge Information Framework
GNU General Public License v3.0
54 stars 13 forks source link

Check overload of built-in function or attributeDisable #44

Open acutesoftware opened 8 years ago

acutesoftware commented 8 years ago

aikif/toolbox/Toolbox.py

Line 74 1 Try to rename user-defined function. Overloading built-in functions is bad practice and should be avoided as much as possible. self.lg.record_process(self._get_tool_str(tool))

def list(self):
    """
    Display the list of items 
    """