/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
stubs/google/cloud/datastore.pyi
7 строк
138 B
Brian Rodriguez
Introduce a simple test job for educational purposes and practical testing (#13885)
22 сен 2021, 20:31
Не верифицирован
22 сен 2021, 20:31
6c347d1
Код
Авторство
О чём код?
from typing import ContextManager class Entity: ... class Key: ... class Client: def transaction(self) -> ContextManager[None]: ...