Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
_unbind
Method · 0.45
__init__.py
File · 0.45
_list_from_layouttuple
Function · 0.45
wait_impl
Method · 0.45
run_perf
Method · 0.45
__getattribute__
Method · 0.45
test_all_exports_everything_but_modules
Method · 0.45
test_parse_args
Method · 0.45
is_env_var_to_ignore
Method · 0.45
test_restore_signals
Method · 0.45
test__all__
Method · 0.45
test_y_before_1900
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected