Hacker News new | ask | show | jobs
by shadowgovt 1849 days ago
But if you're looking for something as specific as the documentation in Python itself for setattr, why wouldn't you do

```

> python

Python 3.7.4 (default, Aug 13 2019, 20:35:49)

[GCC 7.3.0] :: Anaconda, Inc. on linux

Type "help", "copyright", "credits" or "license" for more information.

>>> help(setattr)

```

Or if you want the documentation on specifically Python.org, use Google search but type

`setattr site:python.org`

?