What's the best way to minimize the need of run time checks?
Random832
random832 at fastmail.com
Tue Aug 9 16:57:15 EDT 2016
More information about the Python-list mailing list
Tue Aug 9 16:57:15 EDT 2016
- Previous message (by thread): What's the best way to minimize the need of run time checks?
- Next message (by thread): What's the best way to minimize the need of run time checks?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Aug 9, 2016, at 16:51, Juan Pablo Romero Méndez wrote: > So as the writer of the function you expect the user to read the function > body to determine what is safe to pass or not? How about expecting them to read the docstring?
- Previous message (by thread): What's the best way to minimize the need of run time checks?
- Next message (by thread): What's the best way to minimize the need of run time checks?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list