コード例 #1
0
 def get_portfolio():
     portfolio_data = Database.showcollection('portfolio_data')
     return [data for data in portfolio_data]