Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.compression > #4060
| From | Keith Thompson <Keith.S.Thompson+u@gmail.com> |
|---|---|
| Newsgroups | comp.compression |
| Subject | Re: Is this a valid LZO compressed byte string? |
| Date | 2022-11-30 14:27 -0800 |
| Organization | None to speak of |
| Message-ID | <87lensjcxx.fsf@nosuchdomain.example.com> (permalink) |
| References | (1 earlier) <a2b31e69-256e-4c13-afa4-e19a66e58e9d@c21g2000vba.googlegroups.com> <e33ede80-1cce-443a-beac-0a6a2b50b575@c21g2000vba.googlegroups.com> <04352f0c-4ff3-4c61-9514-7f983ad20588@j5g2000vbg.googlegroups.com> <bed20e91-27da-4eb5-8ee7-d21f7e840e9fn@googlegroups.com> <365db619-a441-4547-ae26-b1c1817a1433n@googlegroups.com> |
apurv khandelwal <apurvk2000@gmail.com> writes:
> lzo.decompress(data,False,out_len,alogrithm="XYZ")
>
> this does not work. Shows the error: decompress() takes no keyword arguments
>
> Also, the function only takes 3 arguments. Running lzo.decompress(c,
> False, 512, "LZO1Z") gives the error: function takes at most 3
> arguments (4 given)
In what language?
--
Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com
Working, but not speaking, for XCOM Labs
void Void(void) { Void(); } /* The recursive call of the void */
Back to comp.compression | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: Is this a valid LZO compressed byte string? Mukesh Jat <mr.jat2310@gmail.com> - 2022-07-05 00:35 -0700
Re: Is this a valid LZO compressed byte string? apurv khandelwal <apurvk2000@gmail.com> - 2022-11-30 14:19 -0800
Re: Is this a valid LZO compressed byte string? Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2022-11-30 14:27 -0800
csiph-web