Ticket #348 (assigned defect)
Add some way of being able to post process an object read
| Reported by: | nick | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 0.4 |
| Component: | Remoting | Version: | 0.3.1 |
| Keywords: | review | Cc: |
Description
Something like this would be good:
class A(object): pass def pr_A(obj): if hasattr(obj, 'prop'): del obj.prop return obj pyamf.register_class(A, 'A', post_read=pr_A)
An alias is required for this operation.
Change History
Note: See
TracTickets for help on using
tickets.
