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 )
Secure your code as it's written. Use Snyk Code to scan source code in minutes – no build needed – and fix issues immediately. Enable Snyk Code