Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

# system modules 

 

# internal modules 

from class_tools.decorators import * 

 

# external modules 

 

 

@with_init_from_properties() 

@with_eq_comparing_properties() 

@with_repr_like_init_from_properties() 

class PropertyObject: 

""" 

Convenience base class decorated with :any:`with_init_from_properties`, 

:any:`with_eq_comparing_properties` and 

:any:`with_repr_like_init_from_properties`. 

"""