11 lines
201 B
Plaintext
11 lines
201 B
Plaintext
=== Parameters
|
|
|
|
* key = format
|
|
Description: Regular expression used to check the constant names against.
|
|
|
|
Default Value: ^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$
|
|
|
|
Python default: (([A-Z_][A-Z0-9_]*)|(__.*__))$
|
|
|
|
|