예제 #1
0
파일: JsData.py 프로젝트: epykure/epyk-ui
 def fnc(self):
     """
 Description:
 -----------
 All the predefined transformation functions.
 """
     return JsFncs.FncOnRecords(self.page._props, self._schema)
예제 #2
0
파일: JsData.py 프로젝트: epykure/epyk-ui
    def fnc(self):
        """
    Description:
    -----------

    """
        return JsFncs.FncOnRecords(self, self.page._props, self._schema)