I have a class Person and a static method in that class called call_person:
Person
call_person
class Person: def call_person(): print \"he
You need to add the decorator classmethod.