Home
last modified time | relevance | path

Searched defs:get_finalized_command (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/distutils/
Dcmd.py292 def get_finalized_command(self, command, create=1): member in Command
/external/python/cpython2/Lib/distutils/
Dcmd.py305 def get_finalized_command(self, command, create=1): member in Command