-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathproperties.txt
41 lines (38 loc) · 1.21 KB
/
properties.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
NAME
pyproperties
CLASSES
pybind11_builtins.pybind11_object(builtins.object)
Something
class Something(pybind11_builtins.pybind11_object)
| Method resolution order:
| Something
| pybind11_builtins.pybind11_object
| builtins.object
|
| Methods defined here:
|
| __init__(...)
| __init__(*args, **kwargs)
| Overloaded function.
|
| 1. __init__(self: pyproperties.Something) -> None
|
| 2. __init__(self: pyproperties.Something, arg0: pyproperties.Something) -> None
|
| ----------------------------------------------------------------------
| Readonly properties defined here:
|
| readonly
|
| ----------------------------------------------------------------------
| Data descriptors defined here:
|
| other
|
| value
|
| ----------------------------------------------------------------------
| 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.