속성과 같은 호출 불가능한 객체를 호출하고자 하는 경우 문제를 보고합니다:

예:


class Record:
    @property
    def as_json(self):

json = Record().as_json()