-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdynamic_attr.txt
70 lines (66 loc) · 2.24 KB
/
dynamic_attr.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
NAME
pydynamic_attr
CLASSES
pybind11_builtins.pybind11_object(builtins.object)
Default
WithDynamic
class Default(pybind11_builtins.pybind11_object)
| Method resolution order:
| Default
| pybind11_builtins.pybind11_object
| builtins.object
|
| Methods defined here:
|
| __init__(...)
| __init__(*args, **kwargs)
| Overloaded function.
|
| 1. __init__(self: pydynamic_attr.Default) -> None
|
| 2. __init__(self: pydynamic_attr.Default, arg0: pydynamic_attr.Default) -> None
|
| some_function(...)
| some_function(self: pydynamic_attr.Default) -> None
|
| ----------------------------------------------------------------------
| Data descriptors defined here:
|
| existing_field
|
| ----------------------------------------------------------------------
| 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 WithDynamic(pybind11_builtins.pybind11_object)
| Method resolution order:
| WithDynamic
| pybind11_builtins.pybind11_object
| builtins.object
|
| Methods defined here:
|
| __init__(...)
| __init__(*args, **kwargs)
| Overloaded function.
|
| 1. __init__(self: pydynamic_attr.WithDynamic) -> None
|
| 2. __init__(self: pydynamic_attr.WithDynamic, arg0: pydynamic_attr.WithDynamic) -> None
|
| some_function(...)
| some_function(self: pydynamic_attr.WithDynamic) -> None
|
| ----------------------------------------------------------------------
| Data descriptors defined here:
|
| __dict__
|
| existing_field
|
| ----------------------------------------------------------------------
| 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.