| Paste number 80155: | locals |
| Pasted by: | nslater |
| When: | 3 years, 3 days ago |
| Share: | Tweet this! | http://paste.lisp.org/+1PUJ |
| Channel: | #swhack |
| Paste contents: |
import sys print locals()
Annotations for this paste:
| Annotation number 1: | update |
| Pasted by: | nslater |
| When: | 3 years, 3 days ago |
| Share: | Tweet this! | http://paste.lisp.org/+1PUJ/1 |
| Paste contents: |
import sys
print locals().get("sys")| Annotation number 2: | inspect |
| Pasted by: | nslater |
| When: | 3 years, 3 days ago |
| Share: | Tweet this! | http://paste.lisp.org/+1PUJ/2 |
| Paste contents: |
import sys
def inspect():
print locals().get("sys")