Settings

Theme

Python source code search engine

code.feicall.com

13 points by purui 16 years ago · 7 comments

Reader

viraptor 16 years ago

Hmmm.... Either empty responses, or "Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 537587808 bytes) in Unknown on line 0". What is it actually supposed to do? Is it for looking for projects? or code in the projects?

Edit: Ah - it searches the Python's source, not any Python source... not very clear when looking at the page. Not very multi-client safe either - sometimes you get completion for something that you didn't write for some reason (just started writing 'push' and got completion with 'token, tokenize, ...')

j_baker 16 years ago

Erm... this has to be a mistake: http://code.feicall.com/codes/search/import%20sys

A search for import sys that doesn't return any results? That has to be a bug. :-)

  • puruiOP 16 years ago

    the "search" algorithm is pretty dumb now, it only looks for functions and classes. I'll make it smarter. Type sys and wait for auto complete, it should give you thousands of results.

  • puruiOP 16 years ago

    fixed.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection