Re: Minimal working example (Re: set_buffer_mode)
"Martin Nilsson (Opera Mini - AFK!) @ Pike (-) importm?te f?r mailinglistan" <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
> >I thought it was a convention that started in languages like C++, >where you tend to write getter/setter methods with the "nice" names, >and then adorn the implementation details with underscores. > Maybe. All C++ code I read adheres to code style guides. I know that class variables in Python that are prefixed with two underscores will become private.