aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/IPython/core/oinspect.py
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-06-15 14:18:22 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-06-15 14:27:16 +0300
commitb52a8ab5cd66952839ada0843539b5564108a052 (patch)
tree659c3387aee1dbb2629b3afd68f8d306d37b45c2 /contrib/python/ipython/py3/IPython/core/oinspect.py
parent7d673060f61f85b3e440fa45df26795d3653c8d2 (diff)
downloadydb-b52a8ab5cd66952839ada0843539b5564108a052.tar.gz
Intermediate changes
Diffstat (limited to 'contrib/python/ipython/py3/IPython/core/oinspect.py')
-rw-r--r--contrib/python/ipython/py3/IPython/core/oinspect.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/ipython/py3/IPython/core/oinspect.py b/contrib/python/ipython/py3/IPython/core/oinspect.py
index 937e5a9d4b..8aa8429e5d 100644
--- a/contrib/python/ipython/py3/IPython/core/oinspect.py
+++ b/contrib/python/ipython/py3/IPython/core/oinspect.py
@@ -1196,7 +1196,7 @@ class Inspector(Colorable):
- list_types(False): list all available object types for object matching.
"""
- #print 'ps pattern:<%r>' % pattern # dbg
+ # print('ps pattern:<%r>' % pattern) # dbg
# defaults
type_pattern = 'all'
@@ -1225,7 +1225,7 @@ class Inspector(Colorable):
raise ValueError('invalid namespace <%s>. Valid names: %s' %
(name,ns_table.keys()))
- #print 'type_pattern:',type_pattern # dbg
+ # print('type_pattern:',type_pattern) # dbg
search_result, namespaces_seen = set(), set()
for ns_name in ns_search:
ns = ns_table[ns_name]