Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/c/o/CommandTool-0.5.3/commandtool/__init__.py CommandTool(Download)
if isinstance(command, (tuple, list)): command = OrderedDict(command) for name_, command_ in command.items(): check_command(name_, command_) else:
if not isinstance(commands, dict): commands = OrderedDict(commands) for name, command in commands.items(): check_command(name, command) if None not in commands: