MCPcopy
hub / github.com/HIT-SCIR/ltp / update

Method update

python/interface/ltp/generic.py:79–80  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

77 raise Exception(f"You cannot use ``pop`` on a {self.__class__.__name__} instance.")
78
79 def update(self, *args, **kwargs):
80 raise Exception(f"You cannot use ``update`` on a {self.__class__.__name__} instance.")
81
82 def __getitem__(self, k):
83 if isinstance(k, str):

Callers 2

from_pretrainedMethod · 0.45
LTPFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected