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

Method name

crates/vm/src/stdlib/os.rs:639–641  ·  view source on GitHub ↗
(&self, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

637 impl DirEntry {
638 #[pygetset]
639 fn name(&self, vm: &VirtualMachine) -> PyResult {
640 Ok(self.mode.process_path(&self.file_name, vm))
641 }
642
643 #[pygetset]
644 fn path(&self, vm: &VirtualMachine) -> PyResult {

Callers 7

excepthookFunction · 0.45
sleepFunction · 0.45
reprMethod · 0.45
is_placeholderFunction · 0.45
repr_wtf8Method · 0.45
PlaySoundFunction · 0.45
convert_sched_paramFunction · 0.45

Calls 1

process_pathMethod · 0.80

Tested by

no test coverage detected