Not getting all matches in a repo #10035
-
I am trying to get all occurrences of 2 results in Code Searchsearch results: https://cs.github.com/PyTorchLightning/pytorch-lightning?q=%22restore_loops%22 3 results from grep$ grep -rnI restore_loops
pytorch_lightning/trainer/connectors/checkpoint_connector.py:198: self.restore_loops()
pytorch_lightning/trainer/connectors/checkpoint_connector.py:212: def restore_loops(self) -> None:
tests/trainer/connectors/test_checkpoint_connector.py:185: trainer.checkpoint_connector.restore_loops() I'm sorry if there's any ongoing issue already, and thank you so much for this amazing feature!!! :] |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Just realised that multiple matches in a single file are grouped into one result 😅 : |
Beta Was this translation helpful? Give feedback.
Just realised that multiple matches in a single file are grouped into one result 😅 :