コード例 #1
0
def parse_options_memory_exhausted(*args):
  return _clinkgrammar.parse_options_memory_exhausted(*args)
コード例 #2
0
ファイル: clinkgrammar.py プロジェクト: ggosline/taxonparser
def parse_options_memory_exhausted(*args) -> "int" :
  return _clinkgrammar.parse_options_memory_exhausted(*args)
コード例 #3
0
ファイル: clinkgrammar.py プロジェクト: raschild6/relex
def parse_options_memory_exhausted(opts: 'Parse_Options') -> "int":
    return _clinkgrammar.parse_options_memory_exhausted(opts)