Philip

Results 3 issues of Philip

Took a while to track this information down while using your fantastic tool. I think that adding this to the introduction documentation could save people some time. I assert that...

```python import ephem line1 = '1 32382U 07061A 17104.91671019 +.00000214 +00000-0 +10000-3 0 9990' line2 = '2 32382 098.5768 113.4397 0001285 096.3062 323.5664 14.29984323487253' orb = ephem.readtle('satellite', line1, line21) orb.copy()...

I have a program with a list of named function pointers that are searched for execution. The functions that I place in this list do not appear in the decompiled...