An important constant
10. Supplementary tests¶
In this chapter we test the following:
Method documentation boxes as referentiable objects
Constants in module documentation boxes as referentiable objects
Constants in classes inside classes as referentiable objects
Variables in classes as referentiable objects
Classes inside the modul as referentiable objects
Preamble |
normative sections
|
Contract |
general |
Public classes |
|
Public functions |
<empty>
|
Public constants |
Another important constant |
| Module | doc_method_resolution |
|---|
Preamble |
normative sections
|
Contract |
general constructor |
Public variables |
A variable |
Public methods |
|
Method overview |
A method |
| Class | X – from doc_method_resolution |
|---|
Public Methods in class X
Signature |
doc_method_resolution.X.m(
) -> None
|
Preamble |
normative sections
|
Contract |
general |
Parameters |
<empty> |
Returns |
|
Raises |
<empty> |
See also |
|
| Method | X.m – from doc_method_resolution |
|---|
Preamble |
normative sections
|
Contract |
general constructor |
Public variables |
A variable |
Public methods |
|
Method overview |
A method |
| Class | Y – from doc_method_resolution |
|---|
Public Methods in class Y
Signature |
doc_method_resolution.Y.m(
) -> None
|
Preamble |
normative sections
|
Contract |
general |
Parameters |
<empty> |
Returns |
|
Raises |
<empty> |
See also |
|
| Method | Y.m – from doc_method_resolution |
|---|
Preamble |
normative sections
|
Contract |
general constructor |
Public types |
Type Alias for List[int] An important type
Type Alias for Dict[str, float] Another important type |
| Class | Y.INSIDE_Y – from doc_method_resolution |
|---|
Preamble |
normative sections
|
Contract |
general constructor |
Public variables |
A variable |
Public methods |
|
Method overview |
A method |
| Class | A – from doc_method_resolution |
|---|
Signature |
doc_method_resolution.A.m(
) -> None
|
Preamble |
normative sections
|
Contract |
general |
Parameters |
<empty> |
Returns |
|
Raises |
<empty> |
See also |
B.m, B.v, Y.INSIDE_Y.INSIDE_Y_TYPE_1, Y.INSIDE_Y.INSIDE_Y_TYPE_2 |
| Method | A.m – from doc_method_resolution |
|---|
Preamble |
normative sections
|
Contract |
general constructor |
Public constants |
An important constant
Another important constant |
| Class | A.INSIDE_A – from doc_method_resolution |
|---|
Preamble |
normative sections
|
Contract |
general constructor |
Public variables |
A variable |
Public methods |
|
Method overview |
A method |
| Class | B – from doc_method_resolution |
|---|
Signature |
doc_method_resolution.B.m(
) -> None
|
Preamble |
normative sections
|
Contract |
general |
Parameters |
<empty> |
Returns |
|
Raises |
<empty> |
See also |
A.m, A.v, A.INSIDE_A.INSIDE_A_CONSTANT_1, A.INSIDE_A.INSIDE_A_CONSTANT_2 |
| Method | B.m – from doc_method_resolution |
|---|