##// END OF EJS Templates
Add back 'Class Docstring' to pinfo.
Thomas Kluyver -
Show More
@@ -396,7 +396,8 b' class Inspector:'
396 ("File", "file"),
396 ("File", "file"),
397 ("Definition", "definition")]
397 ("Definition", "definition")]
398
398
399 pinfo_fields_obj = [("Constructor Docstring","init_docstring"),
399 pinfo_fields_obj = [("Class Docstring", "class_docstring"),
400 ("Constructor Docstring","init_docstring"),
400 ("Call def", "call_def"),
401 ("Call def", "call_def"),
401 ("Call docstring", "call_docstring")]
402 ("Call docstring", "call_docstring")]
402
403
General Comments 0
You need to be logged in to leave comments. Login now