mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-16 21:08:03 +08:00
Add __all__ part 2 (#13719)
--------- Co-authored-by: Avasam <samuel.06@hotmail.com>
This commit is contained in:
@@ -183,3 +183,20 @@ class SassMap(Mapping[_KT, _VT_co]):
|
||||
def __iter__(self) -> Iterator[_KT]: ...
|
||||
def __len__(self) -> int: ...
|
||||
def __hash__(self) -> int: ...
|
||||
|
||||
__all__ = (
|
||||
"MODES",
|
||||
"OUTPUT_STYLES",
|
||||
"SOURCE_COMMENTS",
|
||||
"CompileError",
|
||||
"SassColor",
|
||||
"SassError",
|
||||
"SassFunction",
|
||||
"SassList",
|
||||
"SassMap",
|
||||
"SassNumber",
|
||||
"SassWarning",
|
||||
"and_join",
|
||||
"compile",
|
||||
"libsass_version",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user