Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RetiredWizard/PyDOS
/ flash_size
Method
flash_size
mpython/extFlash/lib/spiflash.py:85–86 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
83
self._addrbuf = bytearray(5)
84
85
def
flash_size(self):
86
return
self._size
87
88
def
flash_sectorsize(self):
89
return
self.sectorsize
Callers
1
ioctl
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected