mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Add methods to __future__._Feature
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
class _Feature: ...
|
||||
from sys import _version_info
|
||||
|
||||
class _Feature:
|
||||
def getOptionalRelease(self) -> _version_info: ...
|
||||
def getMandatoryRelease(self) -> _version_info: ...
|
||||
|
||||
absolute_import = ... # type: _Feature
|
||||
division = ... # type: _Feature
|
||||
|
||||
Reference in New Issue
Block a user