Search Results

1
vote

Why are Python’s ‘private’ methods not actually private?

Similar behavior exists when module attribute names begin with a single underscore (e.g. _foo). Module attributes named as such will not be copied into an importing module when using the …