Bug
Bug-ID-Nummer | BUG-000117150 |
---|---|
Eingereicht | October 1, 2018 |
Zuletzt geändert | June 5, 2024 |
Gilt für | ArcGIS API for Python |
Gefunden in Version | 1.4.1 |
Betriebssystem | Windows OS |
Betriebssystemversion | 2016 64 Bit |
Status | 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)
Bug-ID: BUG-000117150
Software:
Unterstützung durch ArcGIS-Experten anfordern
Esri Support App herunterladen