-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathaggregates.txt
38 lines (35 loc) · 1.07 KB
/
aggregates.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
NAME
pyaggregates
CLASSES
pybind11_builtins.pybind11_object(builtins.object)
Aggregate
class Aggregate(pybind11_builtins.pybind11_object)
| Method resolution order:
| Aggregate
| pybind11_builtins.pybind11_object
| builtins.object
|
| Methods defined here:
|
| __init__(...)
| __init__(*args, **kwargs)
| Overloaded function.
|
| 1. __init__(self: pyaggregates.Aggregate) -> None
|
| 2. __init__(self: pyaggregates.Aggregate, arg0: pyaggregates.Aggregate) -> None
|
| ----------------------------------------------------------------------
| Data descriptors defined here:
|
| a
|
| b
|
| c
|
| ----------------------------------------------------------------------
| 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.