コード例 #1
0
 def __init__(self):
     ResourceBase.__init__(self)
     self.load()
コード例 #2
0
 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'))
コード例 #3
0
 def __init__(self):
     ResourceBase.__init__(self)
     self.load()
     self.load(names_path=os.path.join(os.path.dirname(__file__), 'state_abbreviation.json'))
コード例 #4
0
 def __init__(self):
     ResourceBase.__init__(self)
     self.load()
     self.load(names_path=os.path.join(os.path.dirname(__file__), 'extra_places.json'))