Searched defs:ensure_finalized (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/distutils/tests/ | ||
D | support.py | 117 def ensure_finalized(self): member in DummyCommand |
/external/python/cpython2/Lib/distutils/tests/ | ||
D | support.py | 126 def ensure_finalized(self): member in DummyCommand |
/external/python/cpython3/Lib/distutils/ | ||
D | cmd.py | 105 def ensure_finalized(self): member in Command |
/external/python/cpython2/Lib/distutils/ | ||
D | cmd.py | 107 def ensure_finalized(self): member in Command |