mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-13 03:21:07 +08:00
Add __all__ part 2 (#13719)
--------- Co-authored-by: Avasam <samuel.06@hotmail.com>
This commit is contained in:
@@ -32,3 +32,5 @@ class Manifest:
|
||||
def unresolve_filename(self, package_dir: str, filename: str) -> str: ...
|
||||
def build(self, package_dir: str, output_style: _OutputStyle = "nested") -> frozenset[str]: ...
|
||||
def build_one(self, package_dir: str, filename: str, source_map: bool = False) -> str: ...
|
||||
|
||||
__all__ = ("SUFFIXES", "SUFFIX_PATTERN", "Manifest", "build_directory")
|
||||
|
||||
@@ -14,3 +14,5 @@ class build_sass(Command):
|
||||
def finalize_options(self) -> None: ...
|
||||
def run(self) -> None: ...
|
||||
def get_package_dir(self, package: str) -> str: ...
|
||||
|
||||
__all__ = ("build_sass", "validate_manifests")
|
||||
|
||||
@@ -20,3 +20,5 @@ class SassMiddleware:
|
||||
def __call__(self, environ: WSGIEnvironment, start_response: StartResponse) -> Iterable[bytes]: ...
|
||||
@staticmethod
|
||||
def quote_css_string(s: str) -> str: ...
|
||||
|
||||
__all__ = ("SassMiddleware",)
|
||||
|
||||
Reference in New Issue
Block a user