eric6/MicroPython/MicroPythonDevices.py

changeset 7145
ceb3e8b242c1
parent 7134
21d23ca51680
child 7161
728018c32b09
equal deleted inserted replaced
7143:9eb66bad154d 7145:ceb3e8b242c1
274 def supportsLocalFileAccess(self): 274 def supportsLocalFileAccess(self):
275 """ 275 """
276 Public method to indicate file access via a local directory. 276 Public method to indicate file access via a local directory.
277 277
278 @return flag indicating file access via local directory 278 @return flag indicating file access via local directory
279 @type bool 279 @rtype bool
280 """ 280 """
281 return False # default 281 return False # default
282 282
283 def getWorkspace(self): 283 def getWorkspace(self):
284 """ 284 """

eric ide

mercurial