Show More
@@ -103,11 +103,6 b' MAIN FEATURES' | |||||
103 | If you just want to see an object's docstring, type '%pdoc object' (without |
|
103 | If you just want to see an object's docstring, type '%pdoc object' (without | |
104 | quotes, and without % if you have automagic on). |
|
104 | quotes, and without % if you have automagic on). | |
105 |
|
105 | |||
106 | Both %pdoc and ?/?? give you access to documentation even on things which are |
|
|||
107 | not explicitely defined. Try for example typing {}.get? or after import os, |
|
|||
108 | type os.path.abspath??. The magic functions %pdef, %source and %file operate |
|
|||
109 | similarly. |
|
|||
110 |
|
||||
111 | * Completion in the local namespace, by typing TAB at the prompt. |
|
106 | * Completion in the local namespace, by typing TAB at the prompt. | |
112 |
|
107 | |||
113 | At any time, hitting tab will complete any available python commands or |
|
108 | At any time, hitting tab will complete any available python commands or |
General Comments 0
You need to be logged in to leave comments.
Login now