Further refinement of the rpsystem contrib, making a more reasonable division of typeclass functionality

This commit is contained in:
Griatch 2015-09-23 14:44:21 +02:00
parent 4ab6414ffa
commit 45371289f4
2 changed files with 123 additions and 59 deletions

View file

@ -326,6 +326,8 @@ class AttributeHandler(object):
The default `None` is the normal category used.
lockstring (str, optional): A lock string limiting access
to the attribute.
strattr (bool, optional): Make this a string-only Attribute.
This is only ever useful for optimization purposes.
accessing_obj (object, optional): An entity to check for
the `attrcreate` access-type. If not passing, this method
will be exited.
@ -384,6 +386,8 @@ class AttributeHandler(object):
The default `None` is the normal category used.
lockstring (str, optional): A lock string limiting access
to the attribute.
strattr (bool, optional): Make this a string-only Attribute.
This is only ever useful for optimization purposes.
accessing_obj (object, optional): An entity to check for
the `attrcreate` access-type. If not passing, this method
will be exited.