Home | Trees | Indices | Help |
|
---|
|
object --+ | ranking.RankableItem --+ | AbstractRunner --+ | ??-40 --+ | Runner
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
__storm_table__ = 'runner'
|
|||
id = Int(primary= True)
|
|||
number = Unicode()
|
|||
given_name = Unicode()
|
|||
surname = Unicode()
|
|||
dateofbirth = Date()
|
|||
sex = Enum(map= {'male': u'male', 'female': u'female'})
|
|||
_nation_id = Int(name= 'nation')
|
|||
nation = Reference(_nation_id, 'Country.id')
|
|||
solvnr = Unicode()
|
|||
startblock = Int()
|
|||
starttime = Date()
|
|||
_category_id = Int(name= 'category')
|
|||
category = Reference(_category_id, 'Category.id')
|
|||
_club_id = Int(name= 'club')
|
|||
club = Reference(_club_id, 'Club.id')
|
|||
address1 = Unicode()
|
|||
address2 = Unicode()
|
|||
zipcode = Unicode()
|
|||
city = Unicode()
|
|||
_address_country_id = Int(name= 'address_country')
|
|||
address_country = Reference(_address_country_id, 'Country.id')
|
|||
email = Unicode()
|
|||
startfee = Int()
|
|||
paid = Bool()
|
|||
preferred_category = Unicode()
|
|||
doping_declaration = Bool()
|
|||
comment = Unicode()
|
|||
_team_id = Int(name= 'team')
|
|||
team = Reference(_team_id, 'Team.id')
|
|||
sicards = ReferenceSet(id, 'SICard._runner_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 |