MCPcopy Create free account
hub / github.com/LaBatata101/sith-language-server / partial

Function partial

crates/ruff_python_resolver/src/lib.rs:55–57  ·  view source on GitHub ↗

Create a partial `py.typed` file at the given path.

(path: PathBuf)

Source from the content-addressed store, hash-verified

53
54 /// Create a partial `py.typed` file at the given path.
55 fn partial(path: PathBuf) -> io::Result<PathBuf> {
56 create(path, "partial\n")
57 }
58
59 /// Create a `py.typed` file at the given path.
60 fn typed(path: PathBuf) -> io::Result<PathBuf> {

Callers 7

partial_stub_file_existsFunction · 0.85
partial_stub_init_existsFunction · 0.85
side_by_side_filesFunction · 0.85
typeshed_folderFunction · 0.85
py_typed_fileFunction · 0.85

Calls 1

createFunction · 0.85

Tested by 7

partial_stub_file_existsFunction · 0.68
partial_stub_init_existsFunction · 0.68
side_by_side_filesFunction · 0.68
typeshed_folderFunction · 0.68
py_typed_fileFunction · 0.68