File: _regex.pyi

package info (click to toggle)
python-clevercsv 0.8.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,076 kB
  • sloc: python: 6,184; ansic: 870; makefile: 90
file content (13 lines) | stat: -rw-r--r-- 399 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
from typing import Any

CODE_SIZE: int
MAGIC: int
copyright: str

def compile(*args, **kwargs) -> Any: ...
def fold_case(*args, **kwargs) -> Any: ...
def get_all_cases(*args, **kwargs) -> Any: ...
def get_code_size(*args, **kwargs) -> Any: ...
def get_expand_on_folding(*args, **kwargs) -> Any: ...
def get_properties(*args, **kwargs) -> Any: ...
def has_property_value(*args, **kwargs) -> Any: ...