Tagged Questions

0
votes
3answers
139 views

Problem with lack of autocomplete/casting in python

I have a situation where in first class I declare array, and I pass it to another object, which prints name of elements in this array. It works, but when I input 'car.' in ReadCarNames ide doesn't ...