漏洞
漏洞 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 支持应用程序