What is the word Symbol mean in PyCharm?

已回答

Maybe it's a silly question. I have seen a lot of 'symbol' in PyCharm and PyCharm documentation, such as 'create symbol' or 'search symbol', but what is it mean?

0

Hi Grey Li! I believe it means "variable or class or function", in other words some Python object in your code.

1

请先登录再写评论。