Home
last modified time | relevance | path

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

/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py393 self._check_positive_int(st_size)
401 def _check_positive_int(self, size: int) -> None: member in FakeFile
490 self._check_positive_int(st_size)