high_performance_python icon indicating copy to clipboard operation
high_performance_python copied to clipboard

Update julia1_nopil.py

Open romanstingler opened this issue 11 years ago • 0 comments

Using name is the preferred method as it applies uniformly. Unlike func_name, it works on built-in functions as well. Also the double underscores indicate to the reader this is a special attribute. As a bonus, classes and modules have a name attribute too, so you only have remember one special name.

romanstingler avatar Sep 27 '14 16:09 romanstingler