def __init__(self): ResourceBase.__init__(self) self.load()
def __init__(self): ResourceBase.__init__(self) self.load(names_path=os.path.join(os.path.dirname(__file__), 'breast_size.json')) self.load(names_path=os.path.join(os.path.dirname(__file__), 'breast_unit.json'))
def __init__(self): ResourceBase.__init__(self) self.load() self.load(names_path=os.path.join(os.path.dirname(__file__), 'state_abbreviation.json'))
def __init__(self): ResourceBase.__init__(self) self.load() self.load(names_path=os.path.join(os.path.dirname(__file__), 'extra_places.json'))