Files
django-stubs/django/core/files/utils.pyi
Maxim Kurnikov a9f215bf64 initial commit
2018-07-29 18:12:23 +03:00

4 lines
105 B
Python

class FileProxyMixin:
@property
def closed(self) -> bool: ...
def readable(self) -> bool: ...