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 7726a34

Browse filesBrowse files
remove Path __slots__
1 parent 1b256c2 commit 7726a34
Copy full SHA for 7726a34

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

‎lib/matplotlib/path.py

Copy file name to clipboardExpand all lines: lib/matplotlib/path.py
-4Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ class Path:
7676
made up front in the constructor that will not change when the
7777
data changes.
7878
"""
79-
__slots__ = ('_vertices', '_codes', '_readonly',
80-
'_should_simplify', '_simplify_threshold',
81-
'_interpolation_steps', '__weakref__')
82-
8379
code_type = np.uint8
8480

8581
# Path codes

0 commit comments

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