Namespaces | |
pr4220_tripped_over_this | |
def test_class.test_aligned | ( | ) |
Definition at line 410 of file test_class.py.
def test_class.test_as_type_py | ( | ) |
Definition at line 76 of file test_class.py.
def test_class.test_automatic_upcasting | ( | ) |
Definition at line 222 of file test_class.py.
def test_class.test_base_and_derived_nested_scope | ( | ) |
Definition at line 460 of file test_class.py.
def test_class.test_bind_protected_functions | ( | ) |
Expose protected member functions to Python using a helper class
Definition at line 330 of file test_class.py.
def test_class.test_brace_initialization | ( | ) |
Tests that simple POD classes can be constructed using C++11 brace initialization
Definition at line 351 of file test_class.py.
def test_class.test_class_refcount | ( | ) |
Instances must correctly increase/decrease the reference count of their types (#1029)
Definition at line 365 of file test_class.py.
def test_class.test_docstrings | ( | doc | ) |
Definition at line 86 of file test_class.py.
def test_class.test_error_after_conversions | ( | ) |
Definition at line 402 of file test_class.py.
def test_class.test_exception_rvalue_abort | ( | ) |
Definition at line 439 of file test_class.py.
def test_class.test_final | ( | ) |
Definition at line 418 of file test_class.py.
def test_class.test_implicit_conversion_life_support | ( | ) |
Ensure the lifetime of temporary objects created for implicit conversions
Definition at line 273 of file test_class.py.
def test_class.test_inheritance | ( | msg | ) |
Definition at line 153 of file test_class.py.
def test_class.test_inheritance_init | ( | msg | ) |
Definition at line 188 of file test_class.py.
def test_class.test_instance | ( | msg | ) |
Definition at line 23 of file test_class.py.
def test_class.test_instance_new | ( | ) |
Definition at line 36 of file test_class.py.
def test_class.test_isinstance | ( | ) |
Definition at line 236 of file test_class.py.
def test_class.test_mismatched_holder | ( | ) |
Definition at line 242 of file test_class.py.
def test_class.test_mock_new | ( | mock_return_value | ) |
Definition at line 213 of file test_class.py.
def test_class.test_multiple_instances_with_same_pointer | ( | ) |
Definition at line 445 of file test_class.py.
def test_class.test_non_final_final | ( | ) |
Definition at line 429 of file test_class.py.
def test_class.test_obj_class_name | ( | ) |
Definition at line 12 of file test_class.py.
def test_class.test_operator_new_delete | ( | capture | ) |
Tests that class-specific operator new/delete functions are invoked
Definition at line 281 of file test_class.py.
def test_class.test_override_static | ( | ) |
#511: problem with inheritance + overwritten def_static
Definition at line 262 of file test_class.py.
def test_class.test_pr4220_tripped_over_this | ( | ) |
Definition at line 499 of file test_class.py.
def test_class.test_qualname | ( | doc | ) |
Tests that a properly qualified name is set in __qualname__ and that generated docstrings properly use it and the module name
Definition at line 113 of file test_class.py.
def test_class.test_reentrant_implicit_conversion_failure | ( | msg | ) |
Definition at line 387 of file test_class.py.
def test_class.test_register_duplicate_class | ( | ) |
Definition at line 467 of file test_class.py.
def test_class.test_repr | ( | ) |
Definition at line 18 of file test_class.py.
def test_class.test_type | ( | ) |
Definition at line 44 of file test_class.py.
def test_class.test_type_of_classic | ( | ) |
Definition at line 65 of file test_class.py.
def test_class.test_type_of_py | ( | ) |
Definition at line 59 of file test_class.py.
def test_class.test_type_of_py_nodelete | ( | ) |
Definition at line 71 of file test_class.py.