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 5e1471e

Browse filesBrowse files
committed
remove repr
1 parent 9ed2bf6 commit 5e1471e
Copy full SHA for 5e1471e

File tree

Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed

‎fastplotlib/graphics/_features/_sizes.py

Copy file name to clipboardExpand all lines: fastplotlib/graphics/_features/_sizes.py
-4Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,3 @@ def _feature_changed(self, key, new_data):
8181
event_data = FeatureEvent(type="sizes", pick_info=pick_info)
8282

8383
self._call_event_handlers(event_data)
84-
85-
def __repr__(self) -> str:
86-
s = f"PointsSizesFeature for {self._parent}, call `<graphic>.sizes()` to get values"
87-
return s

0 commit comments

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