Add su attribute to env

This commit is contained in:
Trinh Anh Ngoc
2022-03-10 09:03:36 +07:00
parent b5554330c1
commit cf44e1693e

View File

@@ -49,6 +49,7 @@ class Environment(Mapping):
cr: Cursor = ... cr: Cursor = ...
uid: int = ... uid: int = ...
context: dict = ... context: dict = ...
su: bool = ...
envs: Any envs: Any
@classmethod @classmethod
def manage(cls) -> None: ... def manage(cls) -> None: ...