Show More
|
1 | NO CONTENT: modified file |
|
1 | NO CONTENT: modified file |
@@ -33,7 +33,7 b' class EventManager(object):' | |||
|
33 | 33 | ---------- |
|
34 | 34 | shell |
|
35 | 35 | The :class:`~IPython.core.interactiveshell.InteractiveShell` instance |
|
36 |
available_ |
|
|
36 | available_events | |
|
37 | 37 | An iterable of names for callback events. |
|
38 | 38 | """ |
|
39 | 39 | self.shell = shell |
|
1 | NO CONTENT: modified file |
@@ -121,7 +121,6 b' class DisplayFormatter(Configurable):' | |||
|
121 | 121 | Returns |
|
122 | 122 | ------- |
|
123 | 123 | (format_dict, metadata_dict) : tuple of two dicts |
|
124 | ||
|
125 | 124 | format_dict is a dictionary of key/value pairs, one of each format that was |
|
126 | 125 | generated for the object. The keys are the format types, which |
|
127 | 126 | will usually be MIME type strings and the values and JSON'able |
@@ -133,7 +132,6 b' class DisplayFormatter(Configurable):' | |||
|
133 | 132 | |
|
134 | 133 | Notes |
|
135 | 134 | ----- |
|
136 | ||
|
137 | 135 | If an object implement `_repr_mimebundle_` as well as various |
|
138 | 136 | `_repr_*_`, the data returned by `_repr_mimebundle_` will take |
|
139 | 137 | precedence and the corresponding `_repr_*_` for this mimetype will |
General Comments 0
You need to be logged in to leave comments.
Login now