for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
# -*- coding: utf-8 -*-
def my_function(arg1, arg2):
return arg1
class MyClass(object):
def my_method(self, arg1, arg2):
return arg1 + arg2