gcsa

Library-private parameter in Python

Library-private parameter in Python Question: Context I’m developing an open-source library (Google Calendar Simple API). Say I have an object (e.x. Attendee) that has a field that should only be set by the library but accessed by the user-developer (e.x. Attendee.response_status (whether attendee accepted the invitation or not)). Question What would be the best practice …

Total answers: 2