Browse Source

Introspection

pull/28/head
Jure Šorn 6 years ago
parent
commit
537a654baf
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -1414,7 +1414,7 @@ Introspection
### Variables
```python
<list> = dir() # Names of in-scope variables.
<list> = dir() # Names of variables in current scope.
<dict> = locals() # Dict of local variables. Also vars().
<dict> = globals() # Dict of global variables.
```

Loading…
Cancel
Save