Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
regexopt.py File Reference

Go to the source code of this file.

Namespaces

namespace  pip
 
namespace  pip._vendor
 
namespace  pip._vendor.pygments
 
namespace  pip._vendor.pygments.regexopt
 

Functions

 make_charset (letters)
 
 regex_opt_inner (strings, open_paren)
 
 regex_opt (strings, prefix='', suffix='')
 

Variables

 CS_ESCAPE = re.compile(r'[\[\^\\\-\]]')
 
 FIRST_ELEMENT = itemgetter(0)