コード例 #1
0
ファイル: tables.py プロジェクト: ekarlso/dlux-horizon
    def get_data(self, request, string):
        node_id, node_type = string.split('#')

        return get_node(request, node_type, node_id)