File: processors.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 (7 lines) | stat: -rw-r--r-- 324 bytes parent folder | download
1
2
3
4
5
6
7
from typing import Any

def str_to_datetime_processor_factory(regexp, type_): ...
def py_fallback(): ...
def to_unicode_processor_factory(encoding, errors: Any | None = ...): ...
def to_conditional_unicode_processor_factory(encoding, errors: Any | None = ...): ...
def to_decimal_processor_factory(target_class, scale): ...