mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-01-27 05:12:11 +08:00
4 lines
105 B
Python
4 lines
105 B
Python
class FileProxyMixin:
|
|
@property
|
|
def closed(self) -> bool: ...
|
|
def readable(self) -> bool: ... |