Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c11acab

Browse filesBrowse files
committed
repr
1 parent 6c96ed4 commit c11acab
Copy full SHA for c11acab

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎fastplotlib/graphics/_base.py

Copy file name to clipboardExpand all lines: fastplotlib/graphics/_base.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def _fpl_add_plot_area_hook(self, plot_area):
365365
self._plot_area = plot_area
366366

367367
def __repr__(self):
368-
rval = f"{self.__class__.__name__} @ {hex(id(self))}"
368+
rval = f"{self.__class__.__name__}"
369369
if self.name is not None:
370370
return f"'{self.name}': {rval}"
371371
else:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.