MCPcopy
hub / github.com/nltk/nltk / match

Method match

nltk/app/rdparser_app.py:616–618  ·  view source on GitHub ↗
(self, *e)

Source from the content-addressed store, hash-verified

614 self._step()
615
616 def match(self, *e):
617 self._autostep = 0
618 self._match()
619
620 def expand(self, *e):
621 self._autostep = 0

Callers 15

find_classFunction · 0.45
find_deprecated_defsFunction · 0.45
_contextMethod · 0.45
__new__Method · 0.45
read_valueMethod · 0.45
_read_partialMethod · 0.45
_finalizeMethod · 0.45
read_valueMethod · 0.45
_read_seq_valueMethod · 0.45
_format_tagsetFunction · 0.45

Calls 1

_matchMethod · 0.95