MCPcopy
hub / github.com/nltk/nltk / _read_value

Method _read_value

nltk/featstruct.py:2428–2432  ·  view source on GitHub ↗
(self, name, s, position, reentrances)

Source from the content-addressed store, hash-verified

2426 return fstruct, pos
2427
2428 def _read_value(self, name, s, position, reentrances):
2429 if isinstance(name, Feature):
2430 return name.read_value(s, position, reentrances, self)
2431 else:
2432 return self.read_value(s, position, reentrances)
2433
2434 def read_value(self, s, position, reentrances):
2435 for handler, regexp in self.VALUE_HANDLERS:

Callers 3

_finalizeMethod · 0.95

Calls 2

read_valueMethod · 0.95
read_valueMethod · 0.45

Tested by

no test coverage detected