Skip to content

Commit 96f69ea

Browse files
committed
[peewee] add _meta attribute to models
1 parent c2a1624 commit 96f69ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stubs/peewee/peewee.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1632,6 +1632,7 @@ class _BoundModelsContext(_callable_context_manager):
16321632
class Model(metaclass=ModelBase):
16331633
__data__: Incomplete
16341634
__rel__: Incomplete
1635+
_meta: Metadata
16351636
def __init__(self, *args, **kwargs) -> None: ...
16361637
@classmethod
16371638
def validate_model(cls) -> None: ...

0 commit comments

Comments
 (0)