Initial configuration commit
This commit is contained in:
commit
31c8abea59
266 changed files with 780274 additions and 0 deletions
54
typings/matplotlib/_tri.pyi
Normal file
54
typings/matplotlib/_tri.pyi
Normal file
|
@ -0,0 +1,54 @@
|
|||
"""
|
||||
This type stub file was generated by pyright.
|
||||
"""
|
||||
|
||||
from typing import Any
|
||||
|
||||
class TrapezoidMapTriFinder:
|
||||
def __init__(self, *args, **kwargs) -> None:
|
||||
...
|
||||
|
||||
def find_many(self, *args, **kwargs) -> Any:
|
||||
...
|
||||
|
||||
def get_tree_stats(self, *args, **kwargs) -> Any:
|
||||
...
|
||||
|
||||
def initialize(self, *args, **kwargs) -> Any:
|
||||
...
|
||||
|
||||
def print_tree(self, *args, **kwargs) -> Any:
|
||||
...
|
||||
|
||||
|
||||
|
||||
class TriContourGenerator:
|
||||
def __init__(self, *args, **kwargs) -> None:
|
||||
...
|
||||
|
||||
def create_contour(self, *args, **kwargs) -> Any:
|
||||
...
|
||||
|
||||
def create_filled_contour(self, *args, **kwargs) -> Any:
|
||||
...
|
||||
|
||||
|
||||
|
||||
class Triangulation:
|
||||
def __init__(self, *args, **kwargs) -> None:
|
||||
...
|
||||
|
||||
def calculate_plane_coefficients(self, *args, **kwargs) -> Any:
|
||||
...
|
||||
|
||||
def get_edges(self, *args, **kwargs) -> Any:
|
||||
...
|
||||
|
||||
def get_neighbors(self, *args, **kwargs) -> Any:
|
||||
...
|
||||
|
||||
def set_mask(self, *args, **kwargs) -> Any:
|
||||
...
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue