|
|
__init__(self,
start='location')
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
p_function(self,
args)
function ::= functional_operator open_paren location_list close_paren |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
p_feature_label(self,
args)
label ::= symbol |
source code
|
|
|
|
|
|
|
|
|
|
p_functional_operator(self,
args)
functional_operator ::= symbol |
source code
|
|
|
|
|
|
|
p_low_base_bound(self,
args)
low_base_bound ::= greater_than integer |
source code
|
|
|
|
p_high_base_bound(self,
args)
high_base_bound ::= less_than integer |
source code
|
|
|
|
p_two_base_bound_1(self,
args)
two_base_bound ::= open_paren base_position dot base_position close_paren |
source code
|
|
|
|
p_two_base_bound_2(self,
args)
two_base_bound ::= base_position dot base_position |
source code
|
|
|
|
p_between_position(self,
args)
between_position ::= base_position caret base_position |
source code
|
|
|
|
|
|
|
|
|
|
p_primary_accession(self,
args)
primary_accession ::= symbol |
source code
|
|
|
Inherited from Parsers.spark.GenericParser:
addRule,
ambiguity,
augment,
buildState,
buildTree,
buildTree_r,
collectRules,
error,
makeFIRST,
parse,
preprocess,
resolve,
typestring
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|