Select to view content in your preferred language

.Tab function on Notebooks/Python not Working on Pro 3.1

564
1
05-29-2023 06:34 PM
StewieSophieStuart
New Contributor

Newbie Python User here. 

I am doing a bunch of the courses on ESRI on Python Scripting. They often ask me to utilise the 'tab' button after adding a . to a piece of code in order to bring up all of the properties and methods listed for that item. When I place a . then use the tab function, nothing comes up. 

Does anyone have a solution to this? As I am a newbie to coding, I am not sure how to proceed on the training. 

 

Thanks in advance for the help. 

0 Kudos
1 Reply
Taren_Esri
Esri Contributor

Hi @StewieSophieStuart 

It looks like this is a currently known defect for ArcGIS Pro 3.1.x. It is currently logged as BUG-000157425 and is under review. In the meantime, you may get some use from the help() function, otherwise, for now you will have to type out the methods to complete the courses as I expect reverting to 3.0.3 is a bit more trouble than its worth to workaround this. 

Best,

Taren

0 Kudos