Home
last modified time | relevance | path

Searched refs:command_or_name (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Tools/clinic/
Dclinic.py3987 def directive_output(self, command_or_name, destination=''): argument
3990 if command_or_name == "preset":
3997 if command_or_name == "push":
4001 if command_or_name == "pop":
4009 if command_or_name == "print":
4016 if command_or_name == "everything":
4021 if command_or_name not in fd:
4022 …fail("Invalid command / destination name " + repr(command_or_name) + ", must be one of:\n preset …
4023 fd[command_or_name] = d