File: cresultproxy.pyi

package info (click to toggle)
typeshed 0.0~git20221107.4f381af-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 18,036 kB
  • sloc: python: 3,216; sh: 62; makefile: 13
file content (11 lines) | stat: -rw-r--r-- 308 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
from typing import Any

class BaseRow:
    def __init__(self, parent, processors, keymap, key_style, data) -> None: ...
    def __reduce__(self): ...
    def __iter__(self): ...
    def __len__(self): ...
    def __hash__(self): ...
    __getitem__: Any

def safe_rowproxy_reconstructor(__cls, __state): ...