Static Typing an ORM in Python ... clean: bool = ..., ) -> _U: ... class Post(Table): pass reveal_type(Post.objects().filter(id__gt=10)) ...
確定! 回上一頁