__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from collections.abc import Iterable
from typing import Any, AnyStr, Final, Literal, NamedTuple
from typing_extensions import TypeAlias
_Unit: TypeAlias = Literal["pt", "mm", "cm", "in"]
PIL_MEM_BLOCK_SIZE_IN_MIB: Final = 16
class Padding(NamedTuple):
top: float = 0
right: float = 0
bottom: float = 0
left: float = 0
@classmethod
def new(cls, padding: float | tuple[float, ...] | list[float]): ...
def buffer_subst(buffer: bytearray, placeholder: str, value: str) -> bytearray: ...
def escape_parens(s: AnyStr) -> AnyStr: ...
def get_scale_factor(unit: _Unit | float) -> float: ...
def convert_unit(
# to_convert has a recursive type
to_convert: float | Iterable[float | Iterable[Any]],
old_unit: str | float,
new_unit: str | float,
) -> float | tuple[float, ...]: ...
ROMAN_NUMERAL_MAP: Final[tuple[tuple[str, int], ...]]
def int2roman(n: int) -> str: ...
def int_to_letters(n: int) -> str: ...
def print_mem_usage(prefix: str) -> None: ...
def get_mem_usage(prefix: str) -> str: ...
def get_process_rss() -> str: ...
def get_process_rss_as_mib() -> float | None: ...
def get_process_heap_and_stack_sizes() -> tuple[str, str]: ...
def get_pymalloc_allocated_over_total_size() -> str: ...
def get_gc_managed_objs_total_size() -> str: ...
def get_tracemalloc_traced_memory() -> str: ...
def get_pillow_allocated_memory() -> str: ...
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __init__.pyi | File | 937 B | 0644 |
|
| _fonttools_shims.pyi | File | 1.94 KB | 0644 |
|
| actions.pyi | File | 1.15 KB | 0644 |
|
| annotations.pyi | File | 2.39 KB | 0644 |
|
| bidi.pyi | File | 2.38 KB | 0644 |
|
| deprecation.pyi | File | 342 B | 0644 |
|
| drawing.pyi | File | 15.02 KB | 0644 |
|
| encryption.pyi | File | 3.61 KB | 0644 |
|
| enums.pyi | File | 7.51 KB | 0644 |
|
| errors.pyi | File | 365 B | 0644 |
|
| fonts.pyi | File | 4.93 KB | 0644 |
|
| fpdf.pyi | File | 23.71 KB | 0644 |
|
| graphics_state.pyi | File | 3.64 KB | 0644 |
|
| html.pyi | File | 2.91 KB | 0644 |
|
| image_datastructures.pyi | File | 1.25 KB | 0644 |
|
| image_parsing.pyi | File | 2 KB | 0644 |
|
| line_break.pyi | File | 4.97 KB | 0644 |
|
| linearization.pyi | File | 1.53 KB | 0644 |
|
| outline.pyi | File | 1.74 KB | 0644 |
|
| output.pyi | File | 6.45 KB | 0644 |
|
| prefs.pyi | File | 2.19 KB | 0644 |
|
| py.typed | File | 0 B | 0644 |
|
| recorder.pyi | File | 383 B | 0644 |
|
| sign.pyi | File | 604 B | 0644 |
|
| structure_tree.pyi | File | 1.56 KB | 0644 |
|
| svg.pyi | File | 4.65 KB | 0644 |
|
| syntax.pyi | File | 2.25 KB | 0644 |
|
| table.pyi | File | 3.99 KB | 0644 |
|
| template.pyi | File | 1.45 KB | 0644 |
|
| text_region.pyi | File | 5.43 KB | 0644 |
|
| transitions.pyi | File | 1.93 KB | 0644 |
|
| unicode_script.pyi | File | 3.21 KB | 0644 |
|
| util.pyi | File | 1.35 KB | 0644 |
|