Python Forum
What does that angle brackets mean?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What does that angle brackets mean?
#4
Python doesn't have any kind of private or protected access for object attributes. Everything is public. Names that start with underscore are like a private attribute. It does not provide any real protection, just a convention warning the user that this is for internal use. It is not part of the api and may change without notice.
Reply


Messages In This Thread
What does that angle brackets mean? - by NewPi - Nov-23-2022, 12:15 AM
RE: What does that angle brackets mean? - by NewPi - Nov-23-2022, 11:39 PM
RE: What does that angle brackets mean? - by deanhystad - Nov-24-2022, 04:01 AM
RE: What does that angle brackets mean? - by NewPi - Nov-24-2022, 09:09 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  semantics of comma inside array brackets usercat123 2 2,255 Apr-23-2022, 09:08 AM
Last Post: usercat123
  angular servo motor can't keep up with angle inputs taher50 1 3,047 Mar-10-2018, 07:18 PM
Last Post: taher50

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020