File: b.py

package info (click to toggle)
elixir 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 640 kB
  • ctags: 1,079
  • sloc: python: 4,936; makefile: 10
file content (6 lines) | stat: -rw-r--r-- 102 bytes parent folder | download
1
2
3
4
5
6
from elixir import *

class B(Entity):
    name = Field(String(30))
    as_ = OneToMany('tests.a.A')