Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dthreading.py637 __initialized = False variable in Thread
683 self.__initialized = True
705 assert self.__initialized, "Thread.__init__() was not called"
727 if not self.__initialized:
926 if not self.__initialized:
966 assert self.__initialized, "Thread.__init__() not called"
971 assert self.__initialized, "Thread.__init__() not called"
983 assert self.__initialized, "Thread.__init__() not called"
994 assert self.__initialized, "Thread.__init__() not called"
1012 assert self.__initialized, "Thread.__init__() not called"
[all …]
/external/python/apitools/apitools/base/protorpclite/
Dmessages.py183 __initialized = False # pylint:disable=invalid-name variable in _DefinitionClass
190 cls.__initialized = True
218 if cls.__initialized and name not in _POST_INIT_ATTRIBUTE_NAMES:
1168 __initialized = False # pylint:disable=invalid-name variable in Field
1260 self.__initialized = True
1275 if not self.__initialized:
/external/autotest/client/cros/
Dverity_utils.py120 self.__initialized = False
200 self.__initialized = True
/external/python/cpython2/Lib/compiler/
Dpycodegen.py198 __initialized = None variable in CodeGenerator
202 if self.__initialized is None:
204 self.__class__.__initialized = 1