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

Commitbe1a6de

Browse files
committed
Add some docstrings
1 parentf74ad98 commitbe1a6de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎bpython/curtsiesfrontend/repl.py‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ def readline(self):
208208

209209

210210
classImportLoader:
211+
"""Wrapper for module loaders to watch their paths with watchdog."""
212+
211213
def__init__(self,watcher,loader):
212214
self.watcher=watcher
213215
self.loader=loader
@@ -236,6 +238,8 @@ def _load_module(self, name):
236238

237239

238240
classImportFinder:
241+
"""Wrapper for finders in sys.meta_path to replace wrap all loaders with ImportLoader."""
242+
239243
def__init__(self,finder,watcher):
240244
self.watcher=watcher
241245
self.finder=finder

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp