All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.python.types.typeshed.third_party.2and3.yaml.error.pyi Maven / Gradle / Ivy

There is a newer version: 4.17.0.14845
Show newest version
from typing import Any

class Mark:
    name: Any
    index: Any
    line: Any
    column: Any
    buffer: Any
    pointer: Any
    def __init__(self, name, index, line, column, buffer, pointer) -> None: ...
    def get_snippet(self, indent=..., max_length=...): ...

class YAMLError(Exception): ...

class MarkedYAMLError(YAMLError):
    context: Any
    context_mark: Any
    problem: Any
    problem_mark: Any
    note: Any
    def __init__(self, context=..., context_mark=..., problem=..., problem_mark=..., note=...) -> None: ...




© 2015 - 2024 Weber Informatics LLC | Privacy Policy