Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitba42f40

Browse files
DOC: clarify inline comments
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent2b2ec2a commitba42f40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎lib/matplotlib/backend_bases.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1401,7 +1401,8 @@ def __init__(self, name, canvas, x, y, button=None, key=None,
14011401
self.step=step
14021402
self.dblclick=dblclick
14031403

1404-
# super-init deferred to the end: callback errors if called before
1404+
# super-init is deferred to the end because it calls back on
1405+
# 'axes_enter_event', which requires a fully initialized event.
14051406
LocationEvent.__init__(self,name,canvas,x,y,guiEvent=guiEvent)
14061407

14071408
def__str__(self):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp