MCPcopy Index your code
hub / github.com/RustPython/RustPython / startswith

Method startswith

Lib/test/test_typing.py:3311–3311  ·  view source on GitHub ↗
(self, x: str)

Source from the content-addressed store, hash-verified

3309 @runtime_checkable
3310 class SupportsStartsWith(Protocol):
3311 def startswith(self, x: str) -> bool: ...
3312
3313 @runtime_checkable
3314 class SupportsX(Protocol[T]):

Callers 15

_unbindMethod · 0.45
__init__.pyFile · 0.45
_list_from_layouttupleFunction · 0.45
wait_implMethod · 0.45
run_perfMethod · 0.45
__getattribute__Method · 0.45
test_parse_argsMethod · 0.45
is_env_var_to_ignoreMethod · 0.45
test_restore_signalsMethod · 0.45
test__all__Method · 0.45
test_y_before_1900Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected