python 【Python】クラスの変数を取得する
Python でクラスの変数などを取得する方法について説明します。いわゆるリフレクションについてです。 クラス情報の取得 以下コードでクラスの情報が取得できます。 import inspect inspect.getmembers(obj,...
python
python
django
flutter
flutter