Pastebin

Paste #2562: sqlalch

< previous paste - next paste>

Pasted by chrivers

Download View as text

    def meta_create(self, cls, props):
        db = self.db  # the session
        ...

    def meta_create_linked(self, base, cls, **props):
        pass

    def meta_edit(self, id, **props):
        pass

    def meta_delete(self, id):
        pass

    def meta_link_add(self, base, node):
        pass

    def meta_link_del(self, base, node):
        pass

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.