Searched refs:InspectionShell (Results 1 – 1 of 1) sorted by relevance
3405 class InspectionShell(cmd.Cmd): class3455 methods = inspect.getmembers(InspectionShell, predicate=inspect.ismethod)3465 return super(InspectionShell, self).do_help(cmd)3900 InspectionShell(reader, heap).onecmd(options.command)3904 InspectionShell(reader, heap).cmdloop("type help to get help")