403Webshell
Server IP : 217.160.0.135  /  Your IP : 216.73.217.37
Web Server : Apache
System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64
User : sws1074145052 ( 1074145052)
PHP Version : 8.3.32
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/lib/python3/dist-packages/jedi/third_party/django-stubs/django-stubs/db/models/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/lib/python3/dist-packages/jedi/third_party/django-stubs/django-stubs/db/models/enums.pyi
import enum
from typing import Any, List, Tuple

class ChoicesMeta(enum.EnumMeta):
    names: List[str] = ...
    choices: List[Tuple[Any, str]] = ...
    labels: List[str] = ...
    values: List[Any] = ...
    def __contains__(self, item: Any) -> bool: ...

class Choices(enum.Enum, metaclass=ChoicesMeta):
    def __str__(self): ...

# fake
class _IntegerChoicesMeta(ChoicesMeta):
    names: List[str] = ...
    choices: List[Tuple[int, str]] = ...
    labels: List[str] = ...
    values: List[int] = ...

class IntegerChoices(int, Choices, metaclass=_IntegerChoicesMeta): ...

# fake
class _TextChoicesMeta(ChoicesMeta):
    names: List[str] = ...
    choices: List[Tuple[str, str]] = ...
    labels: List[str] = ...
    values: List[str] = ...

class TextChoices(str, Choices, metaclass=_TextChoicesMeta): ...

Youez - 2016 - github.com/yon3zu
LinuXploit