def __init__(self, type):
     self.dependent_variable = "total_value_%s" % type
     abstract_within_walking_distance.__init__(self)
Пример #2
0
 def __init__(self, number):
     self.dependent_variable = "number_of_non_home_based_jobs_of_sector_"+str(int(number))
     abstract_within_walking_distance.__init__(self)
Пример #3
0
 def __init__(self, group):
     self.dependent_variable = "is_in_development_type_group_" + group
     abstract_within_walking_distance.__init__(self)
 def __init__(self, type):
     self.dependent_variable = "buildings_%s_space" % type
     abstract_within_walking_distance.__init__(self)
Пример #5
0
 def __init__(self, group):
     self.dependent_variable = "number_of_jobs_of_group_" + group
     abstract_within_walking_distance.__init__(self)
Пример #6
0
 def __init__(self, sss):
     self.dependent_variable = sss
     abstract_within_walking_distance.__init__(self)
Пример #7
0
 def __init__(self, number):
     self.dependent_variable = "number_of_jobs_of_sector_" + str(
         int(number))
     abstract_within_walking_distance.__init__(self)
 def __init__(self, type):
     self.dependent_variable = "buildings_%s_space_where_total_value" % type
     abstract_within_walking_distance.__init__(self)
 def __init__(self, sss):
     self.dependent_variable = sss
     abstract_within_walking_distance.__init__(self)
 def __init__(self, units):
     self.dependent_variable = "n_%s_recently_added" % units
     abstract_within_walking_distance.__init__(self)
 def __init__(self, type, units):
     self.dependent_variable = "buildings_%s_space" % type
     abstract_within_walking_distance.__init__(self)
Пример #12
0
 def __init__(self, type):
     self.dependent_variable = "total_value_%s" % type
     abstract_within_walking_distance.__init__(self)
 def __init__( self, group ):
     self.dependent_variable = "number_of_jobs_of_group_"+ group
     abstract_within_walking_distance.__init__(self)
Пример #14
0
 def __init__(self, units):
     self.dependent_variable = "n_%s_recently_added" % units
     abstract_within_walking_distance.__init__(self)
 def __init__(self, group):
     self.dependent_variable = "is_in_development_type_group_" + group
     abstract_within_walking_distance.__init__(self)