不具合
不具合 ID 番号 | BUG-000117150 |
---|---|
送信されました | October 1, 2018 |
最終更新日 | June 5, 2024 |
適用対象 | ArcGIS API for Python |
見つかったバージョン | 1.4.1 |
オペレーティング システム | Windows OS |
オペレーティング システムのバージョン | 2016 64 Bit |
ステータス | Will Not Be Addressed |
The workaround is to assign the item in the loop to a new variable:
from arcgis.gis import GIS
gis = GIS("<portal/ArcGIS Online>","<user>","<password>")
content = gis.content.search(query="")
for c in content:
test = c
print(test.size)
不具合 ID: BUG-000117150
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード