src/pylib/Lib/pathlib_impl/types

Search:
Group by:
Source   Edit  

Types

Path = distinct paths.Path
Source   Edit  

Procs

func `$`(p: Path): string {....raises: [], tags: [], forbids: [].}
Source   Edit  
func `/`(head, tail: Path): Path {.borrow, ...raises: [], tags: [], forbids: [].}
Source   Edit  
func `==`(head, tail: Path): bool {.borrow, ...raises: [], tags: [], forbids: [].}
Source   Edit  
func hash(self: Path): int {....raises: [], tags: [], forbids: [].}
Source   Edit