For e.g. I am looking for all the words "import" and I can use the search box that returns something like this...
https://github.com/charlesdaniel/s3_uploader/search?l=python&q=import&utf8=%E2%9C%93
This lists only 8 results for s3_uploader.py file. When I checked the file, there are 12 import statements, some of those are not returned in the search. Why?