403Webshell
Server IP : 35.80.110.71  /  Your IP : 216.73.216.221
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64
User : ubuntu ( 1000)
PHP Version : 8.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /lib/python3/dist-packages/yaml-stubs/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /lib/python3/dist-packages/yaml-stubs/events.pyi
from typing import Any

class Event:
    start_mark: Any
    end_mark: Any
    def __init__(self, start_mark=None, end_mark=None) -> None: ...

class NodeEvent(Event):
    anchor: Any
    start_mark: Any
    end_mark: Any
    def __init__(self, anchor, start_mark=None, end_mark=None) -> None: ...

class CollectionStartEvent(NodeEvent):
    anchor: Any
    tag: Any
    implicit: Any
    start_mark: Any
    end_mark: Any
    flow_style: Any
    def __init__(self, anchor, tag, implicit, start_mark=None, end_mark=None, flow_style=None) -> None: ...

class CollectionEndEvent(Event): ...

class StreamStartEvent(Event):
    start_mark: Any
    end_mark: Any
    encoding: Any
    def __init__(self, start_mark=None, end_mark=None, encoding=None) -> None: ...

class StreamEndEvent(Event): ...

class DocumentStartEvent(Event):
    start_mark: Any
    end_mark: Any
    explicit: Any
    version: Any
    tags: Any
    def __init__(self, start_mark=None, end_mark=None, explicit=None, version=None, tags=None) -> None: ...

class DocumentEndEvent(Event):
    start_mark: Any
    end_mark: Any
    explicit: Any
    def __init__(self, start_mark=None, end_mark=None, explicit=None) -> None: ...

class AliasEvent(NodeEvent): ...

class ScalarEvent(NodeEvent):
    anchor: Any
    tag: Any
    implicit: Any
    value: Any
    start_mark: Any
    end_mark: Any
    style: Any
    def __init__(self, anchor, tag, implicit, value, start_mark=None, end_mark=None, style=None) -> None: ...

class SequenceStartEvent(CollectionStartEvent): ...
class SequenceEndEvent(CollectionEndEvent): ...
class MappingStartEvent(CollectionStartEvent): ...
class MappingEndEvent(CollectionEndEvent): ...

Youez - 2016 - github.com/yon3zu
LinuXploit