From af62638851cf524b4cc348bcae34fd0f0855f4a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Wed, 27 Feb 2019 17:22:43 +0100 Subject: [PATCH] Introspection --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 629cf1c..ebaaab8 100644 --- a/README.md +++ b/README.md @@ -1375,6 +1375,8 @@ Hashlib Introspection ------------- +**Inspecting code at runtime.** + ### Variables ```python = dir() # Names of in-scope variables.