mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-10 15:51:51 +08:00
Remove a print
This commit is contained in:
@@ -706,7 +706,6 @@ class _Help(object):
|
|||||||
signature_text = _format_signatures(context)
|
signature_text = _format_signatures(context)
|
||||||
if not doc and context.is_stub():
|
if not doc and context.is_stub():
|
||||||
for c in convert_contexts(ContextSet({context}), ignore_compiled=False):
|
for c in convert_contexts(ContextSet({context}), ignore_compiled=False):
|
||||||
print(c)
|
|
||||||
doc = c.py__doc__()
|
doc = c.py__doc__()
|
||||||
if doc:
|
if doc:
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user