This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sage: import glob, io, re | |
....: for s in sorted(set(match | |
....: for file in glob.glob(os.environ['SAGE_ROOT']+"/src/sage/libs/gap/*.pyx") | |
....: for line in io.open(file) | |
....: for match in re.findall(r'libGAP_\w*', line) )): | |
....: print(s) | |
....: | |
libGAP_ | |
libGAP_ASS_LIST | |
libGAP_AllocBags |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.