|
Orbits
1
|
Namespaces | |
| namespace | sre_compile |
Variables | |
| int | sre_compile.MAXCODE = 65535 |
| tuple | sre_compile._LITERAL_CODES = set([LITERAL, NOT_LITERAL]) |
| tuple | sre_compile._REPEATING_CODES = set([REPEAT, MIN_REPEAT, MAX_REPEAT]) |
| tuple | sre_compile._SUCCESS_CODES = set([SUCCESS, FAILURE]) |
| tuple | sre_compile._ASSERT_CODES = set([ASSERT, ASSERT_NOT]) |
| sre_compile.emit = code.append | |
if prefix:
print "*** PREFIX", prefix, prefix_skip
if charset:
print "*** CHARSET", charset
add an info block More... | |
| tuple | sre_compile.skip = len(code) |
| int | sre_compile.mask = 0 |
| list | sre_compile.prefix = prefix[:MAXCODE] |
| list | sre_compile.table = [-1] |
| tuple | sre_compile.STRING_TYPES = (type(""),) |
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.