Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Oct 17, 2020
1 parent 1957acd commit 8b37214
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/sage_setup/find.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,11 @@ def installed_files_by_module(site_packages, modules=('sage',)):
sage: f2
'sage/structure/....pyc'
This takes about 30ms with warm cache:
Namespace packages::
sage: files_by_module['sage.graphs.graph_decompositions']
This takes about 30ms with warm cache::
sage: timeit('installed_files_by_module(site_packages)', # random output
....: number=1, repeat=1)
Expand Down

0 comments on commit 8b37214

Please sign in to comment.