File: a.py

package info (click to toggle)
elixir 0.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 404 kB
  • ctags: 494
  • sloc: python: 3,200; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 89 bytes parent folder | download | duplicates (3)
1
2
3
4
from elixir import Entity, ManyToMany

class A(Entity):
    cs = ManyToMany('..db1.c.C')