Document that storage.VfsFat.mkfs() is a @staticmethod

This commit is contained in:
Dan Halbert 2023-03-17 10:50:07 -04:00 committed by GitHub
parent 6ff58fd94a
commit 5569f101a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -266,6 +266,7 @@ STATIC const mp_rom_map_elem_t storage_module_globals_table[] = {
//| This property cannot be changed, use `storage.remount` instead."""
//| ...
//|
//| @staticmethod
//| def mkfs(self) -> None:
//| """Format the block device, deleting any data that may have been there"""
//| ...