7 lines
233 B
Python
7 lines
233 B
Python
from _typeshed import Incomplete as Incomplete
|
|
|
|
def sub(*args, **kwargs) -> Incomplete: ...
|
|
def search(*args, **kwargs) -> Incomplete: ...
|
|
def match(*args, **kwargs) -> Incomplete: ...
|
|
def compile(*args, **kwargs) -> Incomplete: ...
|