MCPcopy
hub / github.com/google/earthengine-api / length

Method length

python/ee/ee_string.py:152–154  ·  view source on GitHub ↗

Returns the length of a string.

(self)

Source from the content-addressed store, hash-verified

150 return apifunction.ApiFunction.call_(f'{self.name()}.index', self, pattern)
151
152 def length(self) -> ee_number.Number:
153 """Returns the length of a string."""
154 return apifunction.ApiFunction.call_(f'{self.name()}.length', self)
155
156 def match(
157 self, regex: _arg_types.String, flags: _arg_types.String | None = None

Callers

nothing calls this directly

Calls 2

nameMethod · 0.95
call_Method · 0.80

Tested by

no test coverage detected