##// END OF EJS Templates
made list_types kwarg only.
Matthias Bussonnier -
Show More
@@ -963,7 +963,7 b' class Inspector(Colorable):'
963 963 return False
964 964
965 965 def psearch(self,pattern,ns_table,ns_search=[],
966 ignore_case=False,show_all=False, list_types=False):
966 ignore_case=False,show_all=False, *, list_types=False):
967 967 """Search namespaces with wildcards for objects.
968 968
969 969 Arguments:
General Comments 0
You need to be logged in to leave comments. Login now