src/eric7/Project/Project.py

branch
eric7
changeset 10650
4618223e6e32
parent 10641
42536596df9e
child 10651
280a53840aa3
child 10659
43ead32943ca
child 10681
3bee3b3ff272
equal deleted inserted replaced
10649:a608175336f4 10650:4618223e6e32
1479 Public method to return the status of the debug properties. 1479 Public method to return the status of the debug properties.
1480 1480
1481 @return load status of debug properties 1481 @return load status of debug properties
1482 @rtype bool 1482 @rtype bool
1483 """ 1483 """
1484 return self.debugPropertiesLoaded or self.__pdata["EMBEDDED_VENV"] 1484 return self.debugPropertiesLoaded
1485 1485
1486 def __showDebugProperties(self): 1486 def __showDebugProperties(self):
1487 """ 1487 """
1488 Private slot to display the debugger properties dialog. 1488 Private slot to display the debugger properties dialog.
1489 """ 1489 """
7177 @pyqtSlot() 7177 @pyqtSlot()
7178 def __clearByteCodeCaches(self, directory=None): 7178 def __clearByteCodeCaches(self, directory=None):
7179 """ 7179 """
7180 Private method to recursively clear the byte code caches of a given directory. 7180 Private method to recursively clear the byte code caches of a given directory.
7181 7181
7182 Note: The byte code cache directiries are named '__pycache__'. 7182 Note: The byte code cache directories are named '__pycache__'.
7183 7183
7184 @param directory directory name to clear byte code caches from (defaults to 7184 @param directory directory name to clear byte code caches from (defaults to
7185 None) 7185 None)
7186 @type str (optional) 7186 @type str (optional)
7187 """ 7187 """

eric ide

mercurial