Browse Source

Introspection

pull/27/head
Jure Šorn 6 years ago
parent
commit
af62638851
1 changed files with 2 additions and 0 deletions
  1. 2
      README.md

2
README.md

@ -1375,6 +1375,8 @@ Hashlib
Introspection
-------------
**Inspecting code at runtime.**
### Variables
```python
<list> = dir() # Names of in-scope variables.

Loading…
Cancel
Save