From 2b0d146378b532c432d970c64e0fd3fc12627498 2019-04-19 23:29:55 From: Matthias Bussonnier Date: 2019-04-19 23:29:55 Subject: [PATCH] made list_types kwarg only. --- diff --git a/IPython/core/oinspect.py b/IPython/core/oinspect.py index b7487e4..749f979 100644 --- a/IPython/core/oinspect.py +++ b/IPython/core/oinspect.py @@ -963,7 +963,7 @@ class Inspector(Colorable): return False def psearch(self,pattern,ns_table,ns_search=[], - ignore_case=False,show_all=False, list_types=False): + ignore_case=False,show_all=False, *, list_types=False): """Search namespaces with wildcards for objects. Arguments: