Every line of 'add function in python' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Python code is secure.
246 def addFunction(self, function_body): 247 assert function_body not in self.functions 248 249 self.functions.add( function_body )