Home | Trees | Indices | Help |
|
---|
|
object --+ | ranking.RankableItem --+ | AbstractRunner --+ | ??-45 --+ | Team
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
__storm_table__ = 'team'
|
|||
id = Int(primary= True)
|
|||
number = Unicode()
|
|||
name = Unicode()
|
|||
official = Bool()
|
|||
override = Int()
|
|||
_responsible_id = Int(name= 'responsible')
|
|||
responsible = Reference(_responsible_id, 'Runner.id')
|
|||
_category_id = Int(name= 'category')
|
|||
category = Reference(_category_id, 'Category.id')
|
|||
members = ReferenceSet(id, 'Runner._team_id')
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Nov 3 23:56:08 2023 | http://epydoc.sourceforge.net |