##// END OF EJS Templates
Add back 'Class Docstring' to pinfo.
Thomas Kluyver -
Show More
@@ -396,7 +396,8 b' class Inspector:'
396 396 ("File", "file"),
397 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 401 ("Call def", "call_def"),
401 402 ("Call docstring", "call_docstring")]
402 403
General Comments 0
You need to be logged in to leave comments. Login now