Login
Preferences
About
Register
Search:
Context Navigation
Back to Ticket #248
Download
Documentation
Community
Development
Roadmap
Browse Source
Timeline
View Tickets
BuildBot
Ticket #248
: test-248.py
File test-248.py,
167 bytes
(added by thijs,
2 years
ago)
Line
1
import
pyamf
2
3
class
Spam
:
4
pass
5
6
pyamf
.
register_class
(
Spam
,
'spam.eggs'
)
7
8
x
=
Spam
()
9
x
.
foo
=
'bar'
10
11
bytes
=
pyamf
.
encode
(
x
)
12
13
print
[
x
for
x
in
pyamf
.
decode
(
bytes
)]
Download in other formats:
Original Format