-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathannotations.txt
114 lines (107 loc) · 3.84 KB
/
annotations.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
NAME
pyannotations
CLASSES
pybind11_builtins.pybind11_object(builtins.object)
AsCall
Plain
WithArgTrue
WithPythonSpelling
class AsCall(pybind11_builtins.pybind11_object)
| Method resolution order:
| AsCall
| pybind11_builtins.pybind11_object
| builtins.object
|
| Methods defined here:
|
| __init__(...)
| __init__(*args, **kwargs)
| Overloaded function.
|
| 1. __init__(self: pyannotations.AsCall) -> None
|
| 2. __init__(self: pyannotations.AsCall, arg0: pyannotations.AsCall) -> None
|
| ----------------------------------------------------------------------
| Static methods inherited from pybind11_builtins.pybind11_object:
|
| __new__(*args, **kwargs) from pybind11_builtins.pybind11_type
| Create and return a new object. See help(type) for accurate signature.
class Plain(pybind11_builtins.pybind11_object)
| Method resolution order:
| Plain
| pybind11_builtins.pybind11_object
| builtins.object
|
| Methods defined here:
|
| __init__(...)
| __init__(*args, **kwargs)
| Overloaded function.
|
| 1. __init__(self: pyannotations.Plain) -> None
|
| 2. __init__(self: pyannotations.Plain, arg0: pyannotations.Plain) -> None
|
| ----------------------------------------------------------------------
| Static methods inherited from pybind11_builtins.pybind11_object:
|
| __new__(*args, **kwargs) from pybind11_builtins.pybind11_type
| Create and return a new object. See help(type) for accurate signature.
class WithArgTrue(pybind11_builtins.pybind11_object)
| Method resolution order:
| WithArgTrue
| pybind11_builtins.pybind11_object
| builtins.object
|
| Methods defined here:
|
| __init__(...)
| __init__(*args, **kwargs)
| Overloaded function.
|
| 1. __init__(self: pyannotations.WithArgTrue) -> None
|
| 2. __init__(self: pyannotations.WithArgTrue, arg0: pyannotations.WithArgTrue) -> None
|
| ----------------------------------------------------------------------
| Data descriptors defined here:
|
| with_arg_default
|
| with_arg_none
|
| ----------------------------------------------------------------------
| Static methods inherited from pybind11_builtins.pybind11_object:
|
| __new__(*args, **kwargs) from pybind11_builtins.pybind11_type
| Create and return a new object. See help(type) for accurate signature.
class WithPythonSpelling(pybind11_builtins.pybind11_object)
| Method resolution order:
| WithPythonSpelling
| pybind11_builtins.pybind11_object
| builtins.object
|
| Methods defined here:
|
| __init__(...)
| __init__(*args, **kwargs)
| Overloaded function.
|
| 1. __init__(self: pyannotations.WithPythonSpelling) -> None
|
| 2. __init__(self: pyannotations.WithPythonSpelling, arg0: pyannotations.WithPythonSpelling) -> None
|
| ----------------------------------------------------------------------
| Data descriptors defined here:
|
| with_arg_none
|
| ----------------------------------------------------------------------
| Static methods inherited from pybind11_builtins.pybind11_object:
|
| __new__(*args, **kwargs) from pybind11_builtins.pybind11_type
| Create and return a new object. See help(type) for accurate signature.
FUNCTIONS
multiple_mixed_args(...) method of builtins.PyCapsule instance
multiple_mixed_args(first: float, second: float, third: float) -> float