__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
import abc
from _typeshed import Incomplete
from abc import abstractmethod
READ_CHUNK_SIZE: int
EINVAL: Incomplete
class SpooledIOBase(metaclass=abc.ABCMeta):
__metaclass__: Incomplete
def __init__(self, max_size: int = 5000000, dir: Incomplete | None = None) -> None: ...
@abstractmethod
def read(self, n: int = -1): ...
@abstractmethod
def write(self, s): ...
@abstractmethod
def seek(self, pos, mode: int = 0): ...
@abstractmethod
def readline(self, length: Incomplete | None = None): ...
@abstractmethod
def readlines(self, sizehint: int = 0): ...
def writelines(self, lines) -> None: ...
@abstractmethod
def rollover(self): ...
@abstractmethod
def tell(self): ...
@property
@abc.abstractmethod
def buffer(self): ...
@property
@abc.abstractmethod
def len(self): ...
softspace: Incomplete
def close(self): ...
def flush(self): ...
def isatty(self): ...
def next(self): ...
@property
def closed(self): ...
@property
def pos(self): ...
@property
def buf(self): ...
def fileno(self): ...
def truncate(self, size: Incomplete | None = None): ...
def getvalue(self): ...
def seekable(self): ...
def readable(self): ...
def writable(self): ...
__next__: Incomplete
def __len__(self): ...
def __iter__(self): ...
def __enter__(self): ...
def __exit__(self, *args) -> None: ...
def __eq__(self, other): ...
def __ne__(self, other): ...
def __bool__(self): ...
def __del__(self) -> None: ...
__nonzero__: Incomplete
class SpooledBytesIO(SpooledIOBase):
def read(self, n: int = -1): ...
def write(self, s) -> None: ...
def seek(self, pos, mode: int = 0): ...
def readline(self, length: Incomplete | None = None): ...
def readlines(self, sizehint: int = 0): ...
def rollover(self) -> None: ...
@property
def buffer(self): ...
@property
def len(self): ...
def tell(self): ...
class SpooledStringIO(SpooledIOBase):
def __init__(self, *args, **kwargs) -> None: ...
def read(self, n: int = -1): ...
def write(self, s) -> None: ...
def seek(self, pos, mode: int = 0): ...
def readline(self, length: Incomplete | None = None): ...
def readlines(self, sizehint: int = 0): ...
@property
def buffer(self): ...
def rollover(self) -> None: ...
def tell(self): ...
@property
def len(self): ...
def is_text_fileobj(fileobj) -> bool: ...
class MultiFileReader:
def __init__(self, *fileobjs) -> None: ...
def read(self, amt: Incomplete | None = None): ...
def seek(self, offset, whence=0) -> None: ...
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __init__.pyi | File | 0 B | 0644 |
|
| cacheutils.pyi | File | 4.24 KB | 0644 |
|
| debugutils.pyi | File | 316 B | 0644 |
|
| deprutils.pyi | File | 283 B | 0644 |
|
| dictutils.pyi | File | 4.71 KB | 0644 |
|
| easterutils.pyi | File | 65 B | 0644 |
|
| ecoutils.pyi | File | 616 B | 0644 |
|
| excutils.pyi | File | 248 B | 0644 |
|
| fileutils.pyi | File | 2.53 KB | 0644 |
|
| formatutils.pyi | File | 1.2 KB | 0644 |
|
| funcutils.pyi | File | 2.37 KB | 0644 |
|
| gcutils.pyi | File | 386 B | 0644 |
|
| ioutils.pyi | File | 2.63 KB | 0644 |
|
| iterutils.pyi | File | 3.61 KB | 0644 |
|
| jsonutils.pyi | File | 903 B | 0644 |
|
| listutils.pyi | File | 1.34 KB | 0644 |
|
| mathutils.pyi | File | 1.18 KB | 0644 |
|
| mboxutils.pyi | File | 244 B | 0644 |
|
| namedutils.pyi | File | 253 B | 0644 |
|
| pathutils.pyi | File | 294 B | 0644 |
|
| py.typed | File | 0 B | 0644 |
|
| queueutils.pyi | File | 468 B | 0644 |
|
| setutils.pyi | File | 4.15 KB | 0644 |
|
| socketutils.pyi | File | 2.86 KB | 0644 |
|
| statsutils.pyi | File | 2.02 KB | 0644 |
|
| strutils.pyi | File | 2.74 KB | 0644 |
|
| tableutils.pyi | File | 2.23 KB | 0644 |
|
| tbutils.pyi | File | 2.97 KB | 0644 |
|
| timeutils.pyi | File | 2 KB | 0644 |
|
| typeutils.pyi | File | 554 B | 0644 |
|
| urlutils.pyi | File | 2.59 KB | 0644 |
|